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