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 | |
---|---|---|
ClientPrincipalName | Gets the client's principal name.(Inherited from KerberosContext) | |
ContinueNeeded | Overridden. When overridden in a derived class, gets a value indicating whether the security context is still being retrieved. | |
ExpirationTime | Gets the time at which the KerberosContext is no longer valid.(Inherited from KerberosContext) | |
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. | |
RequireMutualAuthentication | Overridden. When overridden in a derived class, gets a value indicating whether this KerberosContext requires mutual authentication. | |
SessionKey | Gets the session key.(Inherited from KerberosContext) | |
TargetPrincipalName | Gets the target principal name.(Inherited from KerberosContext) | |
WindowsPrincipal | Overridden. When overridden in a derived class, gets the Windows identity associated with this KerberosContext. |
Top
Protected Properties
Name | Description | |
---|---|---|
Context | Gets or sets the security context for a KerberosToken security token.(Inherited from KerberosContext) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AcceptContext | Establishes a security context between a client and a Web service. | |
Dispose | Releases all resources used by the KerberosContext. (Inherited from KerberosContext) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before the KerberosContext is reclaimed by garbage collection.(Inherited from KerberosContext) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
KerberosServerContext Class
Microsoft.Web.Services3.Security.Tokens.Kerberos Namespace