WSTrustMessage.Entropy 属性
定义
获取或设置 wst:Entropy 元素的内容。Gets or sets the contents of the wst:Entropy element.
public:
property System::IdentityModel::Protocols::WSTrust::Entropy ^ Entropy { System::IdentityModel::Protocols::WSTrust::Entropy ^ get(); void set(System::IdentityModel::Protocols::WSTrust::Entropy ^ value); };
public System.IdentityModel.Protocols.WSTrust.Entropy Entropy { get; set; }
member this.Entropy : System.IdentityModel.Protocols.WSTrust.Entropy with get, set
Public Property Entropy As Entropy
属性值
一个 Entropy,表示平均信息量元素的内容。A Entropy that represents the contents of the entropy element.
注解
此可选元素允许请求程序指定要用于创建密钥的熵。This optional element allows a requestor to specify entropy that is to be used in creating the key. 这通常用于令牌颁发请求消息中。This is commonly used in a token issuance request message. 此元素的值应是 EncryptedKey 或 BinarySecret,具体取决于该键是否已加密。The value of this element should be either an EncryptedKey or BinarySecret depending on whether or not the key is encrypted.