KerberosClientContext Members

Represents the security context for a KerberosToken security token that is used by a client.

The following tables list the members exposed by the KerberosClientContext type.

Public Constructors

  Name Description
KerberosClientContext Overloaded. Initializes a new instance of the KerberosClientContext class.

Top

Public Properties

(see also Protected Properties )

  Name Description
public property ClientPrincipalName  (Inherited from KerberosContext )
public property ContinueNeeded Overridden. Gets a value indicating whether the security context is still being retrieved.
public property ExpirationTime  (Inherited from KerberosContext )
public property ImpersonationLevel Overridden. Specifies how a recipient of the KerberosToken security token that is associated with this KerberosClientContext can use the identity that is associated with the WindowsPrincipal property.
public property RequireMutualAuthentication Overridden. Gets a value indicating whether this KerberosClientContext requires mutual authentication.
public property SessionKey  (Inherited from KerberosContext )
public property TargetPrincipalName  (Inherited from KerberosContext )
public property WindowsPrincipal Overridden. Gets the Windows identity that is associated with this KerberosClientContext.

Top

Protected Properties

  Name Description
protected property Context  (Inherited from KerberosContext )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Dispose  (Inherited from KerberosContext )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method InitializeContext Overloaded. Retrieves a Kerberos service ticket.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from KerberosContext )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

KerberosClientContext Class
Microsoft.Web.Services3.Security.Tokens.Kerberos Namespace