KerberosReceiverSecurityToken Constructors

Definition

Initializes a new instance of the KerberosReceiverSecurityToken class.

Overloads

KerberosReceiverSecurityToken(Byte[])

Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket.

KerberosReceiverSecurityToken(Byte[], String)

Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket and unique identifier.

KerberosReceiverSecurityToken(Byte[], String, String)

Creates a new instance of KerberosReceiverSecurityToken.

KerberosReceiverSecurityToken(Byte[])

Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket.

public KerberosReceiverSecurityToken (byte[] request);

Parameters

request
Byte[]

An array of Byte that contains a Kerberos ticket.

Remarks

For the request parameter, pass the Kerberos ticket that is the returned from the GetRequest method.

This constructor generates a unique identifier of the security token and sets that value to the Id property.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.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

KerberosReceiverSecurityToken(Byte[], String)

Initializes a new instance of the KerberosReceiverSecurityToken class using the specified Kerberos ticket and unique identifier.

public KerberosReceiverSecurityToken (byte[] request, string id);

Parameters

request
Byte[]

An array of Byte that contains the Kerberos ticket.

id
String

A unique identifier of the security token. Sets the value of the Id property.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.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

KerberosReceiverSecurityToken(Byte[], String, String)

Creates a new instance of KerberosReceiverSecurityToken.

public KerberosReceiverSecurityToken (byte[] request, string id, string valueTypeUri);

Parameters

request
Byte[]

An array of bytes that contains the Kerberos ticket.

id
String

A unique identifier for the security token.

valueTypeUri
String

The URI that describes the value type.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 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