TrustPolicy.LSClientCertificates Property
Gets or sets a CertInfoCollection containing the SSL client authentication certificates that the Federation Server proxy uses to communicate with the Federation Server.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CertInfoCollection LSClientCertificates { get; }
public:
property CertInfoCollection^ LSClientCertificates {
CertInfoCollection^ get();
}
member LSClientCertificates : CertInfoCollection with get
Public ReadOnly Property LSClientCertificates As CertInfoCollection
Property Value
Type: System.Web.Security.SingleSignOn.CertInfoCollection
A CertInfoCollection containing the SSL client authentication certificates that the Federation Server proxy uses to communicate with the Federation Server.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top