SecurityToken::CreateKeyIdentifierClause<T> Method ()
Creates the specified key identifier clause.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: generic<typename T> where T : SecurityKeyIdentifierClause virtual T CreateKeyIdentifierClause()
Return Value
Type: TA 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.
Available since 3.0