Share via


EncryptedKey Members

Represents an encrypted session key.

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

Public Constructors

  Name Description
EncryptedKey Overloaded.  

Top

Public Properties

  Name Description
public property CarriedKeyName Gets or sets the name used to identify the encrypted key value.
public property Container Gets or sets the <Security> header that contains the encrypted session key.
public property EncryptionMethod Gets the encryption algorithm URI of the key.
public property KeyBytes Gets or sets the key.
public property KeyCipher  
public property KeyInfo Gets the ds:KeyInfo data so that a receiver can recover the key from its name, identifier, etc.
public property ReferenceList Gets the list elements that were encrypted using the session key.
public property SecurityToken Gets the security token associated with the session key.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Decrypt Decrypts the session key.
public method Encrypt Encrypts the session key.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Generates an XML representation of the encrypted key.
public method LoadXml Parses an XML element containing an encrypted key.
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 MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

EncryptedKey Class
Microsoft.Web.Services3.Security Namespace