CertificateAuthenticationOptions.CustomTrustStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of X509 certificates which are trusted components of the certificate chain.
public:
property System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ CustomTrustStore { System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection CustomTrustStore { get; set; }
member this.CustomTrustStore : System.Security.Cryptography.X509Certificates.X509Certificate2Collection with get, set
Public Property CustomTrustStore As X509Certificate2Collection