Share via


SymmetricKeyAlgorithm Members

Represents the abstract base class from which all implementations of symmetric algorithms must inherit.

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

Protected Constructors

  Name Description
SymmetricKeyAlgorithm Overloaded.  

Top

Public Properties

  Name Description
public property EncryptionFormatter  Gets or sets the EncryptionFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property Key Gets or sets a System.Security.Cryptography.SymmetricAlgorithm that is the key used to perform the cryptographic operations.
public property KeyBytes Gets or sets the key.
public property KeyExchangeFormatter  Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)
public property KeySize Gets the size of the key.
public property SignatureFormatter  Gets or sets the SignatureFormatter for this KeyAlgorithm.(inherited from KeyAlgorithm)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GenerateKey Generates the System.Security.Cryptography.SymmetricAlgorithm associated with the Key property.
public method GetHashCode  (inherited from Object )
public method GetType  (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

SymmetricKeyAlgorithm Class
Microsoft.Web.Services2.Security.Cryptography Namespace