signatureAlgorithm property
Specify a Signature Algorithm that should used to sign SAML requests and responses.
Can be set only if with_signed_request is set.
Implementation
@$pb.TagNumber(7)
SAMLSignatureAlgorithm get signatureAlgorithm => $_getN(6);
Implementation
@$pb.TagNumber(7)
set signatureAlgorithm(SAMLSignatureAlgorithm value) => $_setField(7, value);