signatureAlgorithm property

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

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

Implementation

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