ICryptoProvider.IsSupportedAlgorithm(String, Object[]) Method
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.
Determines 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
- algorithm
- String
The algorithm that defines the cryptographic operator.
- args
- Object[]
The arguments required by the cryptographic operator. May be null.
true
if the algorithm is supported; otherwise, false
.