CompressionProviderFactory.IsSupportedAlgorithm(String) 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 whether the specified algorithm is supported.
C#
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
- algorithm
- String
The name of the cryptographic algorithm.
true
if the algorithm is supported; otherwise, false
.
Product | Versions |
---|---|
Microsoft Identity Model | latest |