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