IssuedTokenServiceElement::KnownCertificates Property

 

Gets a collection of configuration elements that specify certificates issued by a trusted issuer.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("knownCertificates")]
property X509CertificateTrustedIssuerElementCollection^ KnownCertificates {
	X509CertificateTrustedIssuerElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::X509CertificateTrustedIssuerElementCollection^

A collection of configuration elements that specify certificates issued by a trusted issuer.

.NET Framework
Available since 3.0
Return to top
Show: