GenericXmlSecurityKeyIdentifierClause 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 GenericXmlSecurityKeyIdentifierClause 类的新实例。
重载
GenericXmlSecurityKeyIdentifierClause(XmlElement) |
使用指定的 XML 元素初始化 GenericXmlSecurityKeyIdentifierClause 类的新实例。 |
GenericXmlSecurityKeyIdentifierClause(XmlElement, Byte[], Int32) |
使用指定的 XML 元素和派生长度来初始化 GenericXmlSecurityKeyIdentifierClause 类的新实例。 |
GenericXmlSecurityKeyIdentifierClause(XmlElement)
使用指定的 XML 元素初始化 GenericXmlSecurityKeyIdentifierClause 类的新实例。
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)
使用指定的 XML 元素和派生长度来初始化 GenericXmlSecurityKeyIdentifierClause 类的新实例。
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 数组,包含用于创建派生密钥的 Nonce。 设置 GetDerivationNonce() 方法所返回的值。
- derivationLength
- Int32
派生密钥的大小。 设置 DerivationLength 属性的值。
例外
referenceXML
为 null
。
注解
属性 ClauseType 在新实例中初始化为 null
。