CompressionProviderFactory.IsSupportedAlgorithm(String) Method

Definition

Overloads

IsSupportedAlgorithm(String)

Determines whether the specified algorithm is supported.

IsSupportedAlgorithm(String)

Determines whether the specified algorithm is supported.

public virtual bool IsSupportedAlgorithm (string algorithm);
abstract member IsSupportedAlgorithm : string -> bool
override this.IsSupportedAlgorithm : string -> bool
Public Overridable Function IsSupportedAlgorithm (algorithm As String) As Boolean

Parameters

algorithm
String

The name of the cryptographic algorithm.

Returns

true if the algorithm is supported; otherwise, false.

Applies to