FsInformationData.certificates Property

 

Gets or sets a FederationCertificates object that encapsulates a certificate store containing the verification certificates to verify signed tokens.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public FederationCertificates certificates { get; set; }
public:
property FederationCertificates^ certificates {
    FederationCertificates^ get();
    void set(FederationCertificates^ value);
}
member certificates : FederationCertificates with get, set
Public Property certificates As FederationCertificates

Property Value

Type: System.Web.Security.SingleSignOn.FederationCertificates

A FederationCertificates object that encapsulates a certificate store containing the verification certificates to verify signed tokens.

See Also

FsInformationData Class
System.Web.Security.SingleSignOn Namespace

Return to top