ChaCha20Poly1305.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.

适用于