SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(String) Method
Definition
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.
Indicates whether an asymmetric key wrap algorithm is supported.
public:
virtual bool IsAsymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsAsymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsAsymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean
Parameters
- algorithm
- String
The algorithm to check.
Returns
true
if the asymmetric key wrap algorithm is supported; otherwise, false
.
Remarks
algorithm
gets compared to the string returned from DefaultAsymmetricKeyWrapAlgorithm.