ICryptoProvider Interface

Definition

Provides extensibility for cryptographic operators. If custom operators are needed for then CustomCryptoProvider can be set to return these operators. CustomCryptoProvider will be before each creation.

public interface ICryptoProvider
type ICryptoProvider = interface
Public Interface ICryptoProvider
Derived

Methods

Create(String, Object[])

returns a cryptographic operator that supports the algorithm.

IsSupportedAlgorithm(String, Object[])

Called to determine if a cryptographic operation is supported.

Release(Object)

called to release the object returned from Create(String, Object[])

Applies to