BinarySecret Members

Represents an unencrypted key for a security token issued from a security token service.

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

Public Constructors

  Name Description
BinarySecret Overloaded. Initializes a new instance of the BinarySecret class.

Top

Public Properties

  Name Description
public property AnyAttributes  Gets the collection of XML attributes for the element. (Inherited from OpenAttributeElement)
public property Type Gets or sets the type of key associated with the binary secret.
public property Value Gets or sets the key to place in the <BinarySecret> element.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (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 BinarySecret from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the BinarySecret.
public method static op_Explicit Converts a BinarySecret to an array of type Byte.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetXmlAttributes  (Inherited from OpenAttributeElement )
protected method LoadXmlAttributes  (Inherited from OpenAttributeElement )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

BinarySecret Class
Microsoft.Web.Services3.Security Namespace