Share via


FederationServerConfiguration.X509SigningMethod Property

 

Gets or sets the X509 configuration object used to sign tokens issued by the Federation Service.

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

Syntax

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

Property Value

Type: System.Web.Security.SingleSignOn.X509SigningMethod

The X509 configuration object used to sign tokens issued by the Federation Service.

See Also

FederationServerConfiguration Class
System.Web.Security.SingleSignOn Namespace

Return to top