CodeSigner(CertPath, Timestamp) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un oggetto 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
Parametri
- signerCertPath
- CertPath
Percorso del certificato del firmatario.
Non deve essere null.
- timestamp
- Timestamp
Timestamp della firma.
Se null non è stato generato alcun timestamp per la firma.
- Attributi
Eccezioni
se signerCertPath è null.
Commenti
Costruisce un oggetto CodeSigner.
per java.security.CodeSigner.CodeSigner(java.security.cert.CertPath, java.security.Timestamp).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.