WindowsPrincipalAuthenticationService Class
Implementation of IAuthenticationService that sets the current WindowsPrincipal as the principal policy.
Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Class WindowsPrincipalAuthenticationService
Implements IAuthenticationService
'Usage
Dim instance As WindowsPrincipalAuthenticationService
public class WindowsPrincipalAuthenticationService : IAuthenticationService
public ref class WindowsPrincipalAuthenticationService : IAuthenticationService
public class WindowsPrincipalAuthenticationService implements IAuthenticationService
public class WindowsPrincipalAuthenticationService implements IAuthenticationService
Inheritance Hierarchy
System.Object
Microsoft.Practices.CompositeUI.Services.WindowsPrincipalAuthenticationService
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
Reference
WindowsPrincipalAuthenticationService Members
Microsoft.Practices.CompositeUI.Services Namespace