Share via


ICryptoProvider.IsSupportedAlgorithm(String, Object[]) Method

Definition

Called to determine if a cryptographic operation is supported.

public bool IsSupportedAlgorithm (string algorithm, params object[] args);
abstract member IsSupportedAlgorithm : string * obj[] -> bool
Public Function IsSupportedAlgorithm (algorithm As String, ParamArray args As Object()) As Boolean

Parameters

algorithm
String

the algorithm that defines the cryptographic operator.

args
Object[]

the arguments required by the cryptographic operator. May be null.

Returns

true if supported

Applies to