CngAlgorithm.Sha384 屬性

定義

取得新的 CngAlgorithm 物件,該物件指定 Secure Hash Algorithm 384 (SHA-384) 演算法。

public:
 static property System::Security::Cryptography::CngAlgorithm ^ Sha384 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm Sha384 { get; }
static member Sha384 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property Sha384 As CngAlgorithm

屬性值

指定 SHA-384 演算法的物件。

適用於