ECDsaCng.SignHash(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生指定雜湊值的簽章。
public:
override cli::array <System::Byte> ^ SignHash(cli::array <System::Byte> ^ hash);
public override byte[] SignHash (byte[] hash);
[System.Security.SecurityCritical]
public override byte[] SignHash (byte[] hash);
override this.SignHash : byte[] -> byte[]
[<System.Security.SecurityCritical>]
override this.SignHash : byte[] -> byte[]
Public Overrides Function SignHash (hash As Byte()) As Byte()
參數
- hash
- Byte[]
要簽署之資料的雜湊值。
傳回
Byte[]
指定雜湊值的數位簽章。
- 屬性
例外狀況
hash
為 null
。
與此執行個體相關聯的金鑰資訊沒有私密金鑰。
備註
KeyContainerPermissionFlags.Sign如果物件未隨機產生ECDsaCng密碼編譯新一代 (CNG) 密鑰,則需要 旗標。