次の方法で共有


SecurityProviderX509Certificate.GetAuthenticationCertificateChain メソッド

定義

TLS デバイス認証に使用される証明書を取得します。

public override System.Security.Cryptography.X509Certificates.X509Certificate2Collection GetAuthenticationCertificateChain ();
override this.GetAuthenticationCertificateChain : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public Overrides Function GetAuthenticationCertificateChain () As X509Certificate2Collection

戻り値

TLS 通信中に使用されるクライアント証明書。

適用対象