共用方式為


ISecureStopDataChallenge.PublisherPrivateKey 屬性

定義

取得或設定用來解密挑戰中安全停止資料的發行者私密金鑰。

public string PublisherPrivateKey { get; set; }
member this.PublisherPrivateKey : string with get, set
Public Property PublisherPrivateKey As String

屬性值

用來解密挑戰中安全停止資料的發行者私密金鑰。

例外狀況

在 set 上,如果設定為 null、長度為零或不正確字串,則會擲回 。

備註

呼叫 之前 GetSecureStopData() ,必須先設定這個屬性的值。

適用於