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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.