signatureAlgorithm property

  1. @TagNumber.new(11)
SAMLSignatureAlgorithm get signatureAlgorithm

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);
  1. @TagNumber.new(11)
set signatureAlgorithm (SAMLSignatureAlgorithm value)

Implementation

@$pb.TagNumber(11)
set signatureAlgorithm($6.SAMLSignatureAlgorithm value) =>
    $_setField(11, value);