CodeSigner.SignerCertPath Property

Definition

Returns the signer's certificate path.

public Java.Security.Cert.CertPath? SignerCertPath { [Android.Runtime.Register("getSignerCertPath", "()Ljava/security/cert/CertPath;", "")] get; }
[<get: Android.Runtime.Register("getSignerCertPath", "()Ljava/security/cert/CertPath;", "")>]
member this.SignerCertPath : Java.Security.Cert.CertPath

Property Value

A certificate path.

Attributes

Remarks

Returns the signer's certificate path.

Java documentation for java.security.CodeSigner.getSignerCertPath().

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.

Applies to