signatureAlgorithm property

  1. @TagNumber.new(10)
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(10)
$6.SAMLSignatureAlgorithm get signatureAlgorithm => $_getN(9);
  1. @TagNumber.new(10)
set signatureAlgorithm (SAMLSignatureAlgorithm value)

Implementation

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