ICryptoProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extensibility for cryptographic operators. If custom operators are needed, CustomCryptoProvider can be set to return these operators. This property will be checked before each creation.
public interface ICryptoProvider
type ICryptoProvider = interface
Public Interface ICryptoProvider
- Derived
Methods
Create(String, Object[]) |
Returns a cryptographic operator that supports the specified algorithm. |
IsSupportedAlgorithm(String, Object[]) |
Determines if a cryptographic operation is supported. |
Release(Object) |
Releases the object returned from Create(String, Object[]). |