LocalIdKeyIdentifierClause 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 LocalIdKeyIdentifierClause 类的新实例。
重载
LocalIdKeyIdentifierClause(String) |
使用指定的标识符和类型数组初始化 LocalIdKeyIdentifierClause 类的新实例。 |
LocalIdKeyIdentifierClause(String, Type) |
使用指定的标识符和所有者安全令牌类型初始化 LocalIdKeyIdentifierClause 类的新实例。 |
LocalIdKeyIdentifierClause(String, Byte[], Int32, Type) |
使用指定的标识符、Nonce、派生密钥长度和所有者安全令牌类型初始化 LocalIdKeyIdentifierClause 类的新实例。 |
LocalIdKeyIdentifierClause(String)
使用指定的标识符和类型数组初始化 LocalIdKeyIdentifierClause 类的新实例。
public:
LocalIdKeyIdentifierClause(System::String ^ localId);
public LocalIdKeyIdentifierClause (string localId);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String)
参数
例外
localId
为 null
。
localId
为空。
适用于
LocalIdKeyIdentifierClause(String, Type)
使用指定的标识符和所有者安全令牌类型初始化 LocalIdKeyIdentifierClause 类的新实例。
public:
LocalIdKeyIdentifierClause(System::String ^ localId, Type ^ ownerType);
public LocalIdKeyIdentifierClause (string localId, Type ownerType);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string * Type -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String, ownerType As Type)
参数
例外
localId
为 null
。
localId
为空。
适用于
LocalIdKeyIdentifierClause(String, Byte[], Int32, Type)
使用指定的标识符、Nonce、派生密钥长度和所有者安全令牌类型初始化 LocalIdKeyIdentifierClause 类的新实例。
public:
LocalIdKeyIdentifierClause(System::String ^ localId, cli::array <System::Byte> ^ derivationNonce, int derivationLength, Type ^ ownerType);
public LocalIdKeyIdentifierClause (string localId, byte[] derivationNonce, int derivationLength, Type ownerType);
new System.IdentityModel.Tokens.LocalIdKeyIdentifierClause : string * byte[] * int * Type -> System.IdentityModel.Tokens.LocalIdKeyIdentifierClause
Public Sub New (localId As String, derivationNonce As Byte(), derivationLength As Integer, ownerType As Type)
参数
- derivationNonce
- Byte[]
一个 Byte 数组,包含用于创建派生密钥的 Nonce。 设置 GetDerivationNonce() 方法所返回的值。
- derivationLength
- Int32
派生密钥的大小。 设置 DerivationLength 属性的值。
例外
localId
为 null
。
localId
为空。
注解
Windows Communication Foundation (WCF) 不支持创建隐式派生密钥标识符。 但是,WCF 将处理和使用包含隐含派生密钥标识符的传入 SOAP 消息。