SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出是否支援簽章金鑰衍生演算法。
public:
virtual bool IsSignatureKeyDerivationAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsSignatureKeyDerivationAlgorithmSupported (string algorithm);
abstract member IsSignatureKeyDerivationAlgorithmSupported : string -> bool
override this.IsSignatureKeyDerivationAlgorithmSupported : string -> bool
Public Overridable Function IsSignatureKeyDerivationAlgorithmSupported (algorithm As String) As Boolean
參數
- algorithm
- String
要檢查的演算法名稱。
傳回
如果支援簽章金鑰衍生演算法,則為 true
,否則為 false
。