Freigeben über


Credential.CertificateCredential.GetCertSha256Fingerprint Method

Definition

Get the certificate SHA-256 fingerprint associated with this certificate credential.

[Android.Runtime.Register("getCertSha256Fingerprint", "()[B", "", ApiSince=26)]
public byte[] GetCertSha256Fingerprint ();
[<Android.Runtime.Register("getCertSha256Fingerprint", "()[B", "", ApiSince=26)>]
member this.GetCertSha256Fingerprint : unit -> byte[]

Returns

Byte[]

certificate SHA-256 fingerprint

Attributes

Remarks

Get the certificate SHA-256 fingerprint associated with this certificate credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.CertificateCredential.getCertSha256Fingerprint().

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