SecurityToken.CreateKeyIdentifierClause<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.
Tworzy określoną klauzulę identyfikatora klucza.
public:
generic <typename T>
where T : System::IdentityModel::Tokens::SecurityKeyIdentifierClause virtual T CreateKeyIdentifierClause();
public virtual T CreateKeyIdentifierClause<T> () where T : System.IdentityModel.Tokens.SecurityKeyIdentifierClause;
abstract member CreateKeyIdentifierClause : unit -> 'T (requires 'T :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
override this.CreateKeyIdentifierClause : unit -> 'T (requires 'T :> System.IdentityModel.Tokens.SecurityKeyIdentifierClause)
Public Overridable Function CreateKeyIdentifierClause(Of T As SecurityKeyIdentifierClause) () As T
Parametry typu
- T
Element SecurityKeyIdentifierClause określający identyfikator klucza do utworzenia.
Zwraca
Jest to klauzula SecurityKeyIdentifierClause identyfikatora klucza dla tokenu zabezpieczającego.
Uwagi
CanCreateKeyIdentifierClause Użyj metody , aby określić, czy token zabezpieczający może utworzyć określony identyfikator klucza. Aby utworzyć identyfikator klucza, wywołaj metodę CreateKeyIdentifierClause .
Domyślna implementacja obsługuje klauzule identyfikatora klucza typu LocalIdKeyIdentifierClause. Jeśli nie można utworzyć klauzuli identyfikatora klucza typu LocalIdKeyIdentifierClause , NotSupportedException zostanie zgłoszony element .