Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following interfaces can be used to retrieve information about cryptographic providers.
| Interface | Description |
|---|---|
| ICspAlgorithm | Represents an algorithm implemented by a cryptographic provider. |
| ICspAlgorithms | Manages a collection of ICspAlgorithm objects. |
| ICspInformation | Provides access to general information about a cryptographic provider. |
| ICspInformations | Manages a collection of ICspInformation objects. |
| ICspStatus | Contains information about a cryptographic provider/algorithm pair. |
| ICspStatuses | Manages a collection of ICspStatus objects. |
Related topics