KerberosServerContext Members

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

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

Public Constructors

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

Top

Public Properties

(see also Protected Properties )

  Name Description
public property ClientPrincipalName  Gets the client's principal name.(Inherited from KerberosContext)
public property ContinueNeeded Overridden. When overridden in a derived class, gets a value indicating whether the security context is still being retrieved.
public property ExpirationTime  Gets the time at which the KerberosContext is no longer valid.(Inherited from KerberosContext)
public property ImpersonationLevel Overridden. When overridden in a derived class, specifies how a recipient of the KerberosToken security token associated with this KerberosContext can use the identity associated with the security token.
public property RequireMutualAuthentication Overridden. When overridden in a derived class, gets a value indicating whether this KerberosContext requires mutual authentication.
public property SessionKey  Gets the session key.(Inherited from KerberosContext)
public property TargetPrincipalName  Gets the target principal name.(Inherited from KerberosContext)
public property WindowsPrincipal Overridden. When overridden in a derived class, gets the Windows identity associated with this KerberosContext.

Top

Protected Properties

  Name Description
protected property Context  Gets or sets the security context for a KerberosToken security token.(Inherited from KerberosContext)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AcceptContext Establishes a security context between a client and a Web service.
public method Dispose  Releases all resources used by the KerberosContext. (Inherited from KerberosContext)
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  Releases unmanaged resources and performs other cleanup operations before the KerberosContext is reclaimed by garbage collection.(Inherited from KerberosContext)
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

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