AesCcm.IsSupported プロパティ

定義

アルゴリズムが現在のプラットフォームでサポートされているかどうかを示す値を取得します。

public:
 static property bool IsSupported { bool get(); };
public static bool IsSupported { get; }
member this.IsSupported : bool
Public Shared ReadOnly Property IsSupported As Boolean

プロパティ値

Boolean

trueアルゴリズムがサポートされている場合。それ以外の場合は . false

適用対象