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. Initializes a new instance of the SymmetricKeyAlgorithm class. |
Top
Public Properties
Name | Description | |
---|---|---|
EncryptionFormatter | Gets or sets the EncryptionFormatter for this KeyAlgorithm.(Inherited from KeyAlgorithm) | |
Key | Gets or sets a SymmetricAlgorithm that is the key used to perform the cryptographic operations. | |
KeyBytes | Gets or sets the key. | |
KeyExchangeFormatter | Gets or sets the KeyExchangeFormatter for this KeyAlgorithm.(Inherited from KeyAlgorithm) | |
KeySize | Gets the size of the key. | |
SignatureFormatter | Gets or sets the SignatureFormatter for this KeyAlgorithm.(Inherited from KeyAlgorithm) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Create | (Inherited from KeyAlgorithm ) | |
CreateEncryptionFormatter | (Inherited from KeyAlgorithm ) | |
CreateKeyExchangeFormatter | (Inherited from KeyAlgorithm ) | |
CreateSignatureFormatter | (Inherited from KeyAlgorithm ) | |
Equals | Overloaded. (Inherited from Object ) | |
GenerateKey | Generates the SymmetricAlgorithm associated with the Key property. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifyValidAlgorithm | (Inherited from KeyAlgorithm ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SymmetricKeyAlgorithm Class
Microsoft.Web.Services3.Security.Cryptography Namespace