PKIXCertPathValidatorResult Constructors
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.
Overloads
PKIXCertPathValidatorResult(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
PKIXCertPathValidatorResult(TrustAnchor, IPolicyNode, IPublicKey) |
Creates an instance of |
PKIXCertPathValidatorResult(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected PKIXCertPathValidatorResult (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.PKIXCertPathValidatorResult : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.PKIXCertPathValidatorResult
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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
PKIXCertPathValidatorResult(TrustAnchor, IPolicyNode, IPublicKey)
Creates an instance of PKIXCertPathValidatorResult
containing the specified parameters.
[Android.Runtime.Register(".ctor", "(Ljava/security/cert/TrustAnchor;Ljava/security/cert/PolicyNode;Ljava/security/PublicKey;)V", "")]
public PKIXCertPathValidatorResult (Java.Security.Cert.TrustAnchor? trustAnchor, Java.Security.Cert.IPolicyNode? policyTree, Java.Security.IPublicKey? subjectPublicKey);
[<Android.Runtime.Register(".ctor", "(Ljava/security/cert/TrustAnchor;Ljava/security/cert/PolicyNode;Ljava/security/PublicKey;)V", "")>]
new Java.Security.Cert.PKIXCertPathValidatorResult : Java.Security.Cert.TrustAnchor * Java.Security.Cert.IPolicyNode * Java.Security.IPublicKey -> Java.Security.Cert.PKIXCertPathValidatorResult
Parameters
- trustAnchor
- TrustAnchor
a TrustAnchor
describing the CA that
served as a trust anchor for the certification path
- policyTree
- IPolicyNode
the immutable valid policy tree, or null
if there are no valid policies
- subjectPublicKey
- IPublicKey
the public key of the subject
- Attributes
Remarks
Creates an instance of PKIXCertPathValidatorResult
containing the specified parameters.
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.