X509SecurityTokenParameters Constructors

Definition

Initializes a new instance of the X509SecurityTokenParameters class.

Overloads

X509SecurityTokenParameters()

Source:
X509SecurityTokenParameters.cs
Source:
X509SecurityTokenParameters.cs

Initializes a new instance of the X509SecurityTokenParameters class.

public X509SecurityTokenParameters ();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

X509SecurityTokenParameters(X509KeyIdentifierClauseType)

Source:
X509SecurityTokenParameters.cs
Source:
X509SecurityTokenParameters.cs

Initializes a new instance of the X509SecurityTokenParameters class.

public X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType x509ReferenceStyle);

Parameters

Remarks

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:

The corresponding properties are set to the values in the input parameters.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

X509SecurityTokenParameters(X509SecurityTokenParameters)

Source:
X509SecurityTokenParameters.cs
Source:
X509SecurityTokenParameters.cs

Initializes a new instance of the X509SecurityTokenParameters class.

protected X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509SecurityTokenParameters other);

Parameters

other
X509SecurityTokenParameters

The other instance of this class.

Exceptions

other is null.

Remarks

The new instance property values are set to the corresponding values in other.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

X509SecurityTokenParameters(X509KeyIdentifierClauseType, SecurityTokenInclusionMode)

Source:
X509SecurityTokenParameters.cs
Source:
X509SecurityTokenParameters.cs

Initializes a new instance of the X509SecurityTokenParameters class.

public X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType x509ReferenceStyle, System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode inclusionMode);

Parameters

Remarks

The following new instance property values are set to their defaults:

The corresponding properties are set to the values in the input parameters.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1