Cryptographic Provider Interfaces
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