WSTrustMessage.Entropy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
A Entropy that represents the contents of the entropy element.
Remarks
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. The value of this element should be either an EncryptedKey or BinarySecret depending on whether or not the key is encrypted.