PKIXCertPathValidatorResult.PublicKey プロパティ

定義

証明書パスのサブジェクト (ターゲット) の公開キー (該当する場合は継承された公開キー パラメーターを含む) を返します。

public virtual Java.Security.IPublicKey? PublicKey { [Android.Runtime.Register("getPublicKey", "()Ljava/security/PublicKey;", "GetGetPublicKeyHandler")] get; }
[<get: Android.Runtime.Register("getPublicKey", "()Ljava/security/PublicKey;", "GetGetPublicKeyHandler")>]
member this.PublicKey : Java.Security.IPublicKey

プロパティ値

サブジェクトの公開キー (なし null)

属性

注釈

証明書パスのサブジェクト (ターゲット) の公開キー (該当する場合は継承された公開キー パラメーターを含む) を返します。

の Java ドキュメント java.security.cert.PKIXCertPathValidatorResult.getPublicKey()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象