Entropy 类

定义

表示用于令牌请求消息和响应消息的平均信息量。

public ref class Entropy : System::IdentityModel::Protocols::WSTrust::ProtectedKey
public class Entropy : System.IdentityModel.Protocols.WSTrust.ProtectedKey
type Entropy = class
    inherit ProtectedKey
Public Class Entropy
Inherits ProtectedKey
继承

注解

表示 WS-Trust 定义的 wst:Entropy 元素的内容。

构造函数

Entropy(Byte[])

初始化 Entropy 类的新实例以二进制保密格式发送平均信息量。

Entropy(Byte[], EncryptingCredentials)

初始化 Entropy 类的新实例以加密密钥格式发送平均信息量。

Entropy(Int32)

使用随机生成的字节初始化 Entropy 类的新实例。

Entropy(ProtectedKey)

使用指定受保护键初始化 Entropy 类的新实例。

属性

WrappingCredentials

获取密钥的加密凭据。

(继承自 ProtectedKey)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetKeyBytes()

获取密钥材料。

(继承自 ProtectedKey)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于