SamlAssertionKeyIdentifierClause Klasa

Definicja

<KeyIdentifier> Reprezentuje element, który odwołuje się do <saml:Assertion> elementu w komunikacie SOAP.

public ref class SamlAssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SamlAssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SamlAssertionKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class SamlAssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
Dziedziczenie
SamlAssertionKeyIdentifierClause

Konstruktory

SamlAssertionKeyIdentifierClause(String)

Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego identyfikatora asercji SAML.

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

Inicjuje SamlAssertionKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego identyfikatora asercji SAML, wartości ince i długości klucza.

Właściwości

AssertionId

Pobiera identyfikator elementu SamlAssertion zawierającego identyfikator klucza.

CanCreateKey

Pobiera wartość wskazującą, czy można utworzyć klucz.

(Odziedziczone po SecurityKeyIdentifierClause)
ClauseType

Pobiera typ klauzuli identyfikatora klucza.

(Odziedziczone po SecurityKeyIdentifierClause)
DerivationLength

Pobiera rozmiar klucza pochodnego.

(Odziedziczone po SecurityKeyIdentifierClause)
Id

Pobiera lub ustawia identyfikator klauzuli klucza.

(Odziedziczone po SecurityKeyIdentifierClause)

Metody

CreateKey()

Tworzy klucz na podstawie parametrów przekazanych do konstruktora.

(Odziedziczone po SecurityKeyIdentifierClause)
Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetDerivationNonce()

Pobiera wartość inną niż użyta do wygenerowania klucza pochodnego.

(Odziedziczone po SecurityKeyIdentifierClause)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
Matches(SecurityKeyIdentifierClause)

Określa, czy określony identyfikator klucza jest taki sam jak bieżące wystąpienie.

Matches(String)

Określa, czy określony identyfikator asercji SAML jest taki sam jak bieżące wystąpienie.

Matches(String, SecurityKeyIdentifierClause)

<KeyIdentifier> Reprezentuje element, który odwołuje się do <saml:Assertion> elementu w komunikacie SOAP.

MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca element String zawierający identyfikator asercji SAML reprezentujący bieżącą klauzulę identyfikatora klucza.

Dotyczy