Udostępnij za pośrednictwem


WrappedKeySecurityToken.CanCreateKeyIdentifierClause<T> Metoda

Definicja

Pobiera wartość, która wskazuje, czy token może utworzyć klauzulę identyfikatora klucza.

public:
generic <typename T>
 where T : System::IdentityModel::Tokens::SecurityKeyIdentifierClause override bool CanCreateKeyIdentifierClause();
public override bool CanCreateKeyIdentifierClause<T> () where T : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;
override this.CanCreateKeyIdentifierClause : unit -> bool (requires 'T :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
Public Overrides Function CanCreateKeyIdentifierClause(Of T As SecurityKeyIdentifierClause) () As Boolean

Parametry typu

T

Typ obiektu SecurityKeyIdentifierClause .

Zwraca

Boolean

true jeśli token może utworzyć klauzulę identyfikatora klucza; w przeciwnym razie false . Wartość domyślna to false.

Dotyczy