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
System_CAPS_pubmethod KerberosVerificationMethod()

Initializes a KerberosVerificationMethod object with a null client name.

System_CAPS_pubmethod KerberosVerificationMethod(String)

Initializes a new instance of the KerberosVerificationMethod class.

Properties

Name Description
System_CAPS_pubproperty ClientName

Gets or sets the Windows domain user name of the principal trusted to sign tokens.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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