X509SecurityTokenParameters Constructor (X509KeyIdentifierClauseType)
Initializes a new instance of the X509SecurityTokenParameters class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- x509ReferenceStyle
- Type: System.ServiceModel.Security.Tokens::X509KeyIdentifierClauseType
X509ReferenceStyle describes the kinds of security key identifier clauses that can be used to refer to the X509 security token. By default, references by Thumbprint, IssuerSerial, SubjectKeyIdentifier, and RawDataKeyIdentifier are accepted.
The following new instance property values are set to their defaults:
InclusionMode is set to Any.
ReferenceStyle is set to Internal.
RequireDerivedKeys is set to true.
The corresponding properties are set to the values in the input parameters.
Available since 3.0