Udostępnij za pośrednictwem


GenericXmlSecurityKeyIdentifierClause Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy GenericXmlSecurityKeyIdentifierClause.

Przeciążenia

GenericXmlSecurityKeyIdentifierClause(XmlElement)

Inicjuje GenericXmlSecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego elementu XML.

GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)

Inicjuje GenericXmlSecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego elementu XML, ince i długości wyprowadzania.

GenericXmlSecurityKeyIdentifierClause(XmlElement)

Źródło:
GenericXmlSecurityKeyIdentifierClause.cs
Źródło:
GenericXmlSecurityKeyIdentifierClause.cs
Źródło:
GenericXmlSecurityKeyIdentifierClause.cs

Inicjuje GenericXmlSecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego elementu XML.

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 reprezentujący klauzulę identyfikatora klucza. Ustawia wartość ReferenceXml właściwości .

Wyjątki

referenceXML to null.

Uwagi

Właściwość ClauseType jest inicjowana na wartość null , a DerivationLength właściwość jest inicjowana na zero w nowym wystąpieniu.

Dotyczy

GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)

Źródło:
GenericXmlSecurityKeyIdentifierClause.cs
Źródło:
GenericXmlSecurityKeyIdentifierClause.cs
Źródło:
GenericXmlSecurityKeyIdentifierClause.cs

Inicjuje GenericXmlSecurityKeyIdentifierClause nowe wystąpienie klasy przy użyciu określonego elementu XML, ince i długości wyprowadzania.

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 reprezentujący klauzulę identyfikatora klucza. Ustawia wartość ReferenceXml właściwości .

derivationNonce
Byte[]

Tablica zawierająca inną Byte wartość, która została użyta do utworzenia klucza pochodnego. Ustawia wartość zwracaną przez metodę GetDerivationNonce() .

derivationLength
Int32

Rozmiar klucza pochodnego. Ustawia wartość DerivationLength właściwości .

Wyjątki

referenceXML to null.

Uwagi

Właściwość ClauseType jest inicjowana null w nowym wystąpieniu.

Dotyczy