Windows apps
Collapse the table of content
Expand the table of content
Information
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.

SecurityToken::CreateKeyIdentifierClause<T> Method ()

 

Creates the specified key identifier clause.

Namespace:   System.IdentityModel.Tokens
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
generic<typename T>
where T : SecurityKeyIdentifierClause
virtual T CreateKeyIdentifierClause()

Return Value

Type: T

A SecurityKeyIdentifierClause that is a key identifier clause for the security token.

Type Parameters

T

A SecurityKeyIdentifierClause that specifies the key identifier to create.

Use the CanCreateKeyIdentifierClause<T> method to determine whether a security token can create a specific key identifier. To create the key identifier call the CreateKeyIdentifierClause<T> method.

The default implementation supports key identifier clauses of type LocalIdKeyIdentifierClause. If a key identifier clause of type LocalIdKeyIdentifierClause cannot be created, a NotSupportedException is thrown.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft