Share via


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.  

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  (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 System.Byte.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  Appends the child attributes of the OpenAttributeElement to the specified XML element. (inherited from OpenAttributeElement)
protected method LoadXmlAttributes  Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenAttributeElement)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

BinarySecret Class
Microsoft.Web.Services2.Security Namespace