Share via


Entropy Members

Represents the <Entropy> XML element in the WS-Trust specification, which specifies a parameter to a key generation algorithm.

The following tables list the members exposed by the Entropy type.

Public Constructors

  Name Description
Entropy Overloaded.  

Top

Public Properties

  Name Description
public property AnyAttributes  Gets the collection of XML attributes for the element.(inherited from OpenElement)
public property AnyElements  Gets the collection of child XML elements for the element.(inherited from OpenElementElement)
public property BinarySecret Gets the entropy value that is stored in a <BinarySecret> element.
public property EncryptedKey Gets the entropy value that is stored in an <EncryptedKey> element.
public property KeyBytes Gets the entropy value.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method GetXml Overridden. Generates an XML representation of the Entropy from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the Entropy.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  Appends the attributes of the OpenElement to the specified XML element. (inherited from OpenElement)
protected method GetXmlElements  Appends the child elements of the OpenElementElement to the specified XML element. (inherited from OpenElementElement)
protected method LoadXmlAttributes  Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenElement)
protected method LoadXmlElements  Adds the contents of the specified XML element to the AnyElements property. (inherited from OpenElementElement)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Entropy Class
Microsoft.Web.Services2.Security Namespace
EncryptedKey
BinarySecret