IssuedSecurityTokenParameters Constructors

Definition

Initializes a new instance of the IssuedSecurityTokenParameters class.

Overloads

IssuedSecurityTokenParameters()

Initializes a new instance of the IssuedSecurityTokenParameters class.

IssuedSecurityTokenParameters(IssuedSecurityTokenParameters)

Initializes a new instance of the IssuedSecurityTokenParameters class.

IssuedSecurityTokenParameters(String)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type.

IssuedSecurityTokenParameters(String, EndpointAddress)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type and issuer address.

IssuedSecurityTokenParameters(String, EndpointAddress, Binding)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type, issuer address and issuer binding.

Remarks

The difference between these overloads is where instance property values come from. IssuedSecurityTokenParameters sets them to their default values. IssuedSecurityTokenParameters takes them from the instance referenced by the input parameter.

The other constructors set them to their default values and then set other properties based on the input parameters.

IssuedSecurityTokenParameters()

Source:
IssuedSecurityTokenParameters.cs
Source:
IssuedSecurityTokenParameters.cs

Initializes a new instance of the IssuedSecurityTokenParameters class.

C#
public IssuedSecurityTokenParameters();

Remarks

The new instance property values are set to their defaults:

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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
.NET Standard 2.0 (package-provided)

IssuedSecurityTokenParameters(IssuedSecurityTokenParameters)

Source:
IssuedSecurityTokenParameters.cs
Source:
IssuedSecurityTokenParameters.cs

Initializes a new instance of the IssuedSecurityTokenParameters class.

C#
protected IssuedSecurityTokenParameters(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters other);

Parameters

other
IssuedSecurityTokenParameters

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 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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
.NET Standard 2.0 (package-provided)

IssuedSecurityTokenParameters(String)

Source:
IssuedSecurityTokenParameters.cs
Source:
IssuedSecurityTokenParameters.cs

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type.

C#
public IssuedSecurityTokenParameters(string tokenType);

Parameters

tokenType
String

The token type.

Remarks

The new instance property values are set to their defaults:

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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

IssuedSecurityTokenParameters(String, EndpointAddress)

Source:
IssuedSecurityTokenParameters.cs
Source:
IssuedSecurityTokenParameters.cs

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type and issuer address.

C#
public IssuedSecurityTokenParameters(string tokenType, System.ServiceModel.EndpointAddress issuerAddress);

Parameters

tokenType
String

The token type.

issuerAddress
EndpointAddress

The address of the endpoint that issues the token.

Remarks

The new instance property values are set to their defaults:

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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

IssuedSecurityTokenParameters(String, EndpointAddress, Binding)

Source:
IssuedSecurityTokenParameters.cs
Source:
IssuedSecurityTokenParameters.cs

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type, issuer address and issuer binding.

C#
public IssuedSecurityTokenParameters(string tokenType, System.ServiceModel.EndpointAddress issuerAddress, System.ServiceModel.Channels.Binding issuerBinding);

Parameters

tokenType
String

The token type.

issuerAddress
EndpointAddress

The address of the endpoint that issues the token.

issuerBinding
Binding

The binding of the issuer.

Remarks

The new instance property values are set to their defaults:

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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