CodeSigner(CertPath, Timestamp) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建構一個 CodeSigner 物件。
[Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertPath;Ljava/security/Timestamp;)V", "")]
public CodeSigner(Java.Security.Cert.CertPath? signerCertPath, Java.Security.Timestamp? timestamp);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/CertPath;Ljava/security/Timestamp;)V", "")>]
new Java.Security.CodeSigner : Java.Security.Cert.CertPath * Java.Security.Timestamp -> Java.Security.CodeSigner
參數
- signerCertPath
- CertPath
簽署者的憑證路徑。
它不得為 null。
- timestamp
- Timestamp
一個標誌性的時間戳記。
如果是 null ,則簽名時不會產生時間戳記。
- 屬性
例外狀況
若 signerCertPath 是 null。
備註
建構一個 CodeSigner 物件。
Java 文件 java.security.CodeSigner.CodeSigner(java.security.cert.CertPath, java.security.Timestamp)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。