Lenguaje

X509CertSelector.GetAuthorityKeyIdentifier Método

Definición

Devuelve el criterio authorityKeyIdentifier.

[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[]

Devoluciones

Byte[]

el identificador de clave (o null)

Atributos

Comentarios

Devuelve el criterio authorityKeyIdentifier. X509Certificate Debe contener una extensión AuthorityKeyIdentifier con el valor especificado. Si nulles , no se realizará ninguna comprobación authorityKeyIdentifier.

Tenga en cuenta que la matriz de bytes devuelta se clona para protegerse frente a modificaciones posteriores.

Java documentación para java.security.cert.X509CertSelector.getAuthorityKeyIdentifier().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a