Share via


CompressionProviderFactory.IsSupportedAlgorithm(String) Method

Definition

Answers if an 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 crypto algorithm.

Returns

true if the algorithm is supported, false otherwise.

Applies to