See: Description
| Interface | Description |
|---|---|
| IAuthenticatedCryptoTransform | |
| ICryptoTransform |
Defines the basic operations of cryptographic transformations.
|
| ISignatureTransform |
| Class | Description |
|---|---|
| Algorithm |
Abstract base class for all Algorithm objects.
|
| AlgorithmResolver | |
| AsymmetricEncryptionAlgorithm |
Abstract base class for all asymmetric encryption algorithms.
|
| AsymmetricSignatureAlgorithm | |
| ByteExtensions | |
| EcKey | |
| EncryptionAlgorithm |
Abstract base class for all encryption algorithms.
|
| KeyWrapAlgorithm |
Abstract base class for all key wrap algorithms.
|
| RsaKey | |
| SignatureAlgorithm | |
| SignatureEncoding | |
| Strings | |
| SymmetricEncryptionAlgorithm |
Abstract base class for all symmetric encryption algorithms.
|
| SymmetricKey |
A simple symmetric key implementation
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/