SecurityToken::CanCreateKeyIdentifierClause<T> Method ()
Gets a value that indicates whether this security token is capable of creating the specified key identifier.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: generic<typename T> where T : SecurityKeyIdentifierClause virtual bool CanCreateKeyIdentifierClause()
Return Value
Type: System::Booleantrue 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.
Available since 3.0