ISecureStopDataChallenge.PublisherPrivateKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來解密挑戰中安全停止資料的發行者私密金鑰。
public string PublisherPrivateKey { get; set; }
member this.PublisherPrivateKey : string with get, set
Public Property PublisherPrivateKey As String
屬性值
用來解密挑戰中安全停止資料的發行者私密金鑰。
例外狀況
在 set 上,如果設定為 null、長度為零或不正確字串,則會擲回 。
備註
呼叫 之前 GetSecureStopData() ,必須先設定這個屬性的值。