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 or sets KerberosSigningMethod as the signing method that is used by the Federation Server when signing tokens.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public KerberosSigningMethod SigningMethod { get; set; }
public:
property KerberosSigningMethod^ SigningMethod {
KerberosSigningMethod^ get();
void set(KerberosSigningMethod^ value);
}
member SigningMethod : KerberosSigningMethod with get, set
Public Property SigningMethod As KerberosSigningMethod
Property Value
Type: System.Web.Security.SingleSignOn.KerberosSigningMethod
The KerberosSigningMethod as the signing method that is used by the Federation Server when signing tokens.
See Also
TrustingRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top