VerificationMethod Class
Contains the certificates and SPNS used by the Federation Server to sign tokens. This class is abstract.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.VerificationMethod
System.Web.Security.SingleSignOn.KerberosVerificationMethod
System.Web.Security.SingleSignOn.X509VerificationMethod
Syntax
[ComVisibleAttribute(true)]
public abstract class VerificationMethod
[ComVisibleAttribute(true)]
public ref class VerificationMethod abstract
[<AbstractClass>]
[<ComVisibleAttribute(true)>]
type VerificationMethod = class end
<ComVisibleAttribute(True)>
Public MustInherit Class VerificationMethod
Constructors
Name | Description | |
---|---|---|
VerificationMethod() | Initializes a new instance of the VerificationMethod class. This abstract class cannot be instantiated directly. |
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