X509CertSelector.GetSubjectKeyIdentifier Method
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.
Returns the subjectKeyIdentifier criterion.
[Android.Runtime.Register("getSubjectKeyIdentifier", "()[B", "GetGetSubjectKeyIdentifierHandler")]
public virtual byte[]? GetSubjectKeyIdentifier ();
[<Android.Runtime.Register("getSubjectKeyIdentifier", "()[B", "GetGetSubjectKeyIdentifierHandler")>]
abstract member GetSubjectKeyIdentifier : unit -> byte[]
override this.GetSubjectKeyIdentifier : unit -> byte[]
Returns
the key identifier (or null
)
- Attributes
Remarks
Returns the subjectKeyIdentifier criterion. The X509Certificate
must contain a SubjectKeyIdentifier extension with the specified value. If null
, no subjectKeyIdentifier check will be done.
Note that the byte array returned is cloned to protect against subsequent modifications.
Java documentation for java.security.cert.X509CertSelector.getSubjectKeyIdentifier()
.
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.