signatureAlgorithm property
Optional value to indicate the configured Signing Algorithm used to sign SAML requests and responses.
Implementation
@$pb.TagNumber(7)
SAMLSignatureAlgorithm get signatureAlgorithm => $_getN(6);
Implementation
@$pb.TagNumber(7)
set signatureAlgorithm(SAMLSignatureAlgorithm value) => $_setField(7, value);