public class WindowsAuthenticationProvider : IAuthenticationProviderPublic Class WindowsAuthenticationProvider
Implements IAuthenticationProviderpublic ref class WindowsAuthenticationProvider : IAuthenticationProviderGemstone.Security.AuthenticationProviders.WindowsAuthenticationProvider = function();
Type.createClass(
'Gemstone.Security.AuthenticationProviders.WindowsAuthenticationProvider',
null,
Gemstone.Security.AuthenticationProviders.IAuthenticationProvider);| WindowsAuthenticationProvider | Creates a new instance of the WindowsAuthenticationProvider class. |
| WindowsAuthenticationProvider(WindowsAuthenticationProviderOptions) | Provides information about claims available to the Windows authentication provider. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FindClaims | Find claims that can be returned by the authentication provider. |
| GetClaimTypes | Get the types of claims supported by the authentication provider. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIdentity | Gets the identity of the user represented by the principal. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| LoadIcon |
Loads an icon from embedded resources associated with the authentication provider.
(Defined by AuthenticationProviderExtensions) |