CertificateAuthenticationOptions.ChainTrustValidationMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
に対 CustomTrustStoreして証明書チェーンを検証するために使用されるメソッド。
public:
property System::Security::Cryptography::X509Certificates::X509ChainTrustMode ChainTrustValidationMode { System::Security::Cryptography::X509Certificates::X509ChainTrustMode get(); void set(System::Security::Cryptography::X509Certificates::X509ChainTrustMode value); };
public System.Security.Cryptography.X509Certificates.X509ChainTrustMode ChainTrustValidationMode { get; set; }
member this.ChainTrustValidationMode : System.Security.Cryptography.X509Certificates.X509ChainTrustMode with get, set
Public Property ChainTrustValidationMode As X509ChainTrustMode
プロパティ値
既定値は System です。
注釈
証明書チェーンの検証で使用できるようにするにはCustomTrustStore、このプロパティを に設定CustomRootTrustする必要があります。