Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CertInfoCollection containing the list of certificates used for this X509VerificationMethod.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CertInfoCollection TrustedCertificates { get; }
public:
property CertInfoCollection^ TrustedCertificates {
CertInfoCollection^ get();
}
member TrustedCertificates : CertInfoCollection with get
Public ReadOnly Property TrustedCertificates As CertInfoCollection
Property Value
Type: System.Web.Security.SingleSignOn.CertInfoCollection
The CertInfoCollection containing the list of certificates used for this X509VerificationMethod.
See Also
X509VerificationMethod Class
System.Web.Security.SingleSignOn Namespace
Return to top