KerberosVerificationMethod Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. The KerberosVerificationMethod class is used by the AD FS web agents to verify AD FS tokens with Kerberos-based digital signatures.
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
Syntax
[ComVisibleAttribute(true)]
public sealed class KerberosVerificationMethod : VerificationMethod
[ComVisibleAttribute(true)]
public ref class KerberosVerificationMethod sealed : VerificationMethod
[<Sealed>]
[<ComVisibleAttribute(true)>]
type KerberosVerificationMethod =
class
inherit VerificationMethod
end
<ComVisibleAttribute(True)>
Public NotInheritable Class KerberosVerificationMethod
Inherits VerificationMethod
Constructors
Name | Description | |
---|---|---|
KerberosVerificationMethod() | Initializes a KerberosVerificationMethod object with a null client name. |
|
KerberosVerificationMethod(String) | Initializes a new instance of the KerberosVerificationMethod class. |
Properties
Name | Description | |
---|---|---|
ClientName | Gets or sets the Windows domain user name of the principal trusted to sign tokens. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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