GenericXmlSecurityKeyIdentifierClause Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса GenericXmlSecurityKeyIdentifierClause.
Перегрузки
GenericXmlSecurityKeyIdentifierClause(XmlElement) |
Инициализирует новый экземпляр класса GenericXmlSecurityKeyIdentifierClause, используя указанный XML-элемент. |
GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32) |
Инициализирует новый экземпляр класса GenericXmlSecurityKeyIdentifierClause, используя указанный XML-элемент, специальное слово и длину наследования. |
GenericXmlSecurityKeyIdentifierClause(XmlElement)
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
Инициализирует новый экземпляр класса GenericXmlSecurityKeyIdentifierClause, используя указанный 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)
Параметры
- referenceXml
- XmlElement
XML-элемент, представляющий конструкцию идентификатора ключа. Задает значение свойства ReferenceXml.
Исключения
referenceXML
имеет значение null
.
Комментарии
Свойство ClauseType инициализируется в , null
а свойство инициализируется DerivationLength равным нулю в новом экземпляре.
Применяется к
GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32)
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
- Исходный код:
- GenericXmlSecurityKeyIdentifierClause.cs
Инициализирует новый экземпляр класса GenericXmlSecurityKeyIdentifierClause, используя указанный XML-элемент, специальное слово и длину наследования.
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)
Параметры
- referenceXml
- XmlElement
XML-элемент, представляющий конструкцию идентификатора ключа. Задает значение свойства ReferenceXml.
- derivationNonce
- Byte[]
Массив Byte, который содержит специальное слово, использованное для создания производного ключа. Задает значение, возвращаемое методом GetDerivationNonce().
- derivationLength
- Int32
Размер производного ключа. Задает значение свойства DerivationLength.
Исключения
referenceXML
имеет значение null
.
Комментарии
Свойство ClauseType инициализируется null
в новом экземпляре .