IssuedTokenServiceElement.KnownCertificates 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.
Gets a collection of configuration elements that specify certificates issued by a trusted issuer.
public:
property System::ServiceModel::Configuration::X509CertificateTrustedIssuerElementCollection ^ KnownCertificates { System::ServiceModel::Configuration::X509CertificateTrustedIssuerElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("knownCertificates")]
public System.ServiceModel.Configuration.X509CertificateTrustedIssuerElementCollection KnownCertificates { get; }
[<System.Configuration.ConfigurationProperty("knownCertificates")>]
member this.KnownCertificates : System.ServiceModel.Configuration.X509CertificateTrustedIssuerElementCollection
Public ReadOnly Property KnownCertificates As X509CertificateTrustedIssuerElementCollection
Property Value
A collection of configuration elements that specify certificates issued by a trusted issuer.
- Attributes
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.