KerberosReceiverSecurityToken.CanCreateKeyIdentifierClause<T> Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wartość wskazującą, czy ten token zabezpieczający może utworzyć określony identyfikator 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
Element SecurityKeyIdentifierClause określający typ identyfikatora klucza do utworzenia.
Zwraca
true
w T
przypadku typu KerberosTicketHashKeyIdentifierClause; w przeciwnym razie false
.
Uwagi
Aby utworzyć klauzulę identyfikatora klucza, wywołaj metodę CreateKeyIdentifierClause .