The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
X509SecurityTokenParameters Constructor (X509KeyIdentifierClauseType, SecurityTokenInclusionMode)
.NET Framework (current version)
Initializes a new instance of the X509SecurityTokenParameters class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
X509SecurityTokenParameters(
X509KeyIdentifierClauseType x509ReferenceStyle,
SecurityTokenInclusionMode inclusionMode
)
Parameters
- x509ReferenceStyle
- Type: System.ServiceModel.Security.Tokens::X509KeyIdentifierClauseType
- inclusionMode
- Type: System.ServiceModel.Security.Tokens::SecurityTokenInclusionMode
The following new instance property values are set to their defaults:
InclusionMode is set to inclusionMode.
ReferenceStyle is set to x509ReferenceStyle.
RequireDerivedKeys is set to true.
The corresponding properties are set to the values in the input parameters.
.NET Framework
Available since 3.0
Available since 3.0
Show: