Condividi tramite


AES192 Members

Used for AES cryptographic operations when using a key that is 192 bits long. This class cannot be inherited.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property EncryptionFormatter Overridden. Gets the encryption formatter for this key.
public property Key  Gets or sets SymmetricAlgorithm that is the key. (Inherited from AES)
public property KeyBytes  Gets or sets the key. (Inherited from AES)
public property KeyExchangeFormatter Overridden. Gets the key exchange formatter for this key.
public property KeySize Overridden. Gets the size of the key.
public property SignatureFormatter  Gets the SignatureFormatter for this key. (Inherited from AES)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static Create  (Inherited from KeyAlgorithm )
public method static CreateEncryptionFormatter  (Inherited from KeyAlgorithm )
public method static CreateKeyExchangeFormatter  (Inherited from KeyAlgorithm )
public method static CreateSignatureFormatter  (Inherited from KeyAlgorithm )
public method Equals  Overloaded. (Inherited from Object )
public method GenerateKey  Generates a new key. (Inherited from AES)
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method static VerifyValidAlgorithm  (Inherited from KeyAlgorithm )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

AES192 Class
Microsoft.Web.Services3.Security.Cryptography Namespace