CodeSigner(CertPath, Timestamp) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a CodeSigner object.
[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
Parameters
- signerCertPath
- CertPath
The signer's certificate path.
It must not be null
.
- timestamp
- Timestamp
A signature timestamp.
If null
then no timestamp was generated
for the signature.
- Attributes
Exceptions
if signerCertPath
is null
.
Remarks
Constructs a CodeSigner object.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.