Sdílet prostřednictvím


EmptySecurityKeyIdentifierClause Konstruktory

Definice

Inicializuje novou instanci EmptySecurityKeyIdentifierClause třídy .

Přetížení

EmptySecurityKeyIdentifierClause()

Inicializuje novou instanci EmptySecurityKeyIdentifierClause třídy .

EmptySecurityKeyIdentifierClause(Object)

Inicializuje novou instanci EmptySecurityKeyIdentifierClause třídy se zadaným kontextem.

EmptySecurityKeyIdentifierClause()

Inicializuje novou instanci EmptySecurityKeyIdentifierClause třídy .

public:
 EmptySecurityKeyIdentifierClause();
public EmptySecurityKeyIdentifierClause ();
Public Sub New ()

Poznámky

Tento konstruktor předpokládá, že uživatel ví, jak přeložit požadovaný klíč bez jakéhokoli kontextu.

Platí pro

EmptySecurityKeyIdentifierClause(Object)

Inicializuje novou instanci EmptySecurityKeyIdentifierClause třídy se zadaným kontextem.

public:
 EmptySecurityKeyIdentifierClause(System::Object ^ context);
public EmptySecurityKeyIdentifierClause (object context);
new System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause : obj -> System.IdentityModel.Tokens.EmptySecurityKeyIdentifierClause
Public Sub New (context As Object)

Parametry

context
Object

Používá se k poskytnutí nápovědy, když je potřeba přeložit prázdnou klauzuli na konkrétní klíč. V případě tokenů SAML11 a SAML2, které mají podpisy bez elementu <KeyInfo> , bude tato vlastnost obsahovat kontrolní výraz, který se právě zpracovává.

Platí pro