EncryptedSecurityToken.CreateKeyIdentifierClause<T> Method

Definition

Creates a key identifier clause of the specified type for the token.

C#
public override T CreateKeyIdentifierClause<T>() where T : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;

Type Parameters

T

The type of the key identifier clause to create.

Returns

T

A key identifier clause of the specified type.

Applies to

Продукт Версії
.NET Framework 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

See also