CertPathValidator.Provider Property

Definition

Returns the Provider of this CertPathValidator.

public Java.Security.Provider? Provider { [Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")] get; }
[<get: Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")>]
member this.Provider : Java.Security.Provider

Property Value

the Provider of this CertPathValidator

Attributes

Remarks

Returns the Provider of this CertPathValidator.

Java documentation for java.security.cert.CertPathValidator.getProvider().

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