Share via


Entropy Constructor

Initializes a new instance of the Entropy class.

Overload List

Name Description
Entropy () Initializes a new instance of the Entropy class.
Entropy (Byte[]) Initializes a new instance of the Entropy class with the specified entropy value.
Entropy (Int32) Initializes a new instance of the Entropy class with a randomly generated entropy value of the specified size.
Entropy (XmlElement) Initializes a new instance of the Entropy class using the specified XML element.
Entropy (Byte[], SecurityToken) Initializes a new instance of the Entropy class with the specified entropy value, encrypted using the specified security token.
Entropy (Int32, SecurityToken) Initializes a new instance of the Entropy class with a randomly generated entropy value of the specified size that is encrypted using the specified security token.

See Also

Reference

Entropy Class
Microsoft.Web.Services2.Security Namespace

Other Resources

Entropy Members