AsymmetricAlgorithmNames.RsaOaepSha384 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含 「RSA_OAEP_SHA384」 的字串。
public:
static property Platform::String ^ RsaOaepSha384 { Platform::String ^ get(); };
static winrt::hstring RsaOaepSha384();
public static string RsaOaepSha384 { get; }
var string = AsymmetricAlgorithmNames.rsaOaepSha384;
Public Shared ReadOnly Property RsaOaepSha384 As String
屬性值
包含 「RSA_OAEP_SHA384」 的字串。
備註
當您呼叫 OpenAlgorithm 方法時,請使用這個屬性所擷取的字串來設定非對稱演算法名稱。 字串代表 RSA 演算法,此演算法會使用最佳非對稱加密填補 (OAEP) 來編碼或填補純文字,並使用安全雜湊演算法 (SHA) 在簽署之前雜湊訊息內容。 SHA 雜湊的長度為 384 位。