X509CertSelector.SubjectPublicKey Property

Definition

Returns the subjectPublicKey criterion. -or- Sets the subjectPublicKey criterion.

public virtual Java.Security.IPublicKey? SubjectPublicKey { [Android.Runtime.Register("getSubjectPublicKey", "()Ljava/security/PublicKey;", "GetGetSubjectPublicKeyHandler")] get; [Android.Runtime.Register("setSubjectPublicKey", "(Ljava/security/PublicKey;)V", "GetSetSubjectPublicKey_Ljava_security_PublicKey_Handler")] set; }
[<get: Android.Runtime.Register("getSubjectPublicKey", "()Ljava/security/PublicKey;", "GetGetSubjectPublicKeyHandler")>]
[<set: Android.Runtime.Register("setSubjectPublicKey", "(Ljava/security/PublicKey;)V", "GetSetSubjectPublicKey_Ljava_security_PublicKey_Handler")>]
member this.SubjectPublicKey : Java.Security.IPublicKey with get, set

Property Value

the subject public key to check for (or null)

Attributes

Remarks

Property getter documentation:

Returns the subjectPublicKey criterion. The X509Certificate must contain the specified subject public key. If null, no subjectPublicKey check will be done.

Java documentation for java.security.cert.X509CertSelector.getSubjectPublicKey().

Property setter documentation:

Sets the subjectPublicKey criterion. The X509Certificate must contain the specified subject public key. If null, no subjectPublicKey check will be done.

Java documentation for java.security.cert.X509CertSelector.setSubjectPublicKey(java.security.PublicKey).

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