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::CanCreateKeyIdentifierClause<T> Method ()

 

Gets a value that indicates whether this security token is capable of creating the specified key identifier.

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

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

Return Value

Type: System::Boolean

true when T is of type SecurityKeyIdentifierClause; otherwise, false.

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.

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