Freigeben über


ICryptoProvider Interface

Definition

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[]).

Applies to