Sdílet prostřednictvím


GenericXmlSecurityKeyIdentifierClause Konstruktory

Definice

Inicializuje novou instanci GenericXmlSecurityKeyIdentifierClause třídy .

Přetížení

GenericXmlSecurityKeyIdentifierClause(XmlElement)

Inicializuje novou instanci GenericXmlSecurityKeyIdentifierClause třídy pomocí zadané xml element.

GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)

Inicializuje novou instanci GenericXmlSecurityKeyIdentifierClause třídy pomocí zadané xml element, nonce, a odvozené délky.

GenericXmlSecurityKeyIdentifierClause(XmlElement)

Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs
Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs
Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs

Inicializuje novou instanci GenericXmlSecurityKeyIdentifierClause třídy pomocí zadané xml element.

public:
 GenericXmlSecurityKeyIdentifierClause(System::Xml::XmlElement ^ referenceXml);
public GenericXmlSecurityKeyIdentifierClause (System.Xml.XmlElement referenceXml);
new System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause : System.Xml.XmlElement -> System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause
Public Sub New (referenceXml As XmlElement)

Parametry

referenceXml
XmlElement

Element XML, který představuje klauzuli identifikátoru klíče. Nastaví hodnotu ReferenceXml vlastnosti .

Výjimky

referenceXML je null.

Poznámky

Vlastnost ClauseType je inicializována do null a DerivationLength vlastnost je inicializována na nulu v nové instanci.

Platí pro

GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)

Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs
Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs
Zdroj:
GenericXmlSecurityKeyIdentifierClause.cs

Inicializuje novou instanci GenericXmlSecurityKeyIdentifierClause třídy pomocí zadané xml element, nonce, a odvozené délky.

public:
 GenericXmlSecurityKeyIdentifierClause(System::Xml::XmlElement ^ referenceXml, cli::array <System::Byte> ^ derivationNonce, int derivationLength);
public GenericXmlSecurityKeyIdentifierClause (System.Xml.XmlElement referenceXml, byte[] derivationNonce, int derivationLength);
new System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause : System.Xml.XmlElement * byte[] * int -> System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause
Public Sub New (referenceXml As XmlElement, derivationNonce As Byte(), derivationLength As Integer)

Parametry

referenceXml
XmlElement

Element XML, který představuje klauzuli identifikátoru klíče. Nastaví hodnotu ReferenceXml vlastnosti .

derivationNonce
Byte[]

Pole Byte obsahující typ nonce, který byl použit k vytvoření odvozeného klíče. Nastaví hodnotu vrácenou metodou GetDerivationNonce() .

derivationLength
Int32

Velikost odvozeného klíče. Nastaví hodnotu DerivationLength vlastnosti .

Výjimky

referenceXML je null.

Poznámky

Vlastnost ClauseType je inicializována do null v nové instanci.

Platí pro