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)
$8.SAMLSignatureAlgorithm get signatureAlgorithm => $_getN(10);
Implementation
@$pb.TagNumber(11)
set signatureAlgorithm($8.SAMLSignatureAlgorithm value) =>
$_setField(11, value);