SigningMethod Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Its derived classes are part of the Federation Service’s trust policy configuration. However, user code should not derive from this class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.SigningMethod
System.Web.Security.SingleSignOn.KerberosSigningMethod
System.Web.Security.SingleSignOn.X509SigningMethod
Syntax
[ComVisibleAttribute(true)]
public abstract class SigningMethod
[ComVisibleAttribute(true)]
public ref class SigningMethod abstract
[<AbstractClass>]
[<ComVisibleAttribute(true)>]
type SigningMethod = class end
<ComVisibleAttribute(True)>
Public MustInherit Class SigningMethod
Constructors
Name | Description | |
---|---|---|
SigningMethod() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SigningMethod class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top