Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name that is used for Windows Identity.
Namespace: Microsoft.WindowsServerSolutions.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string IdentityName { get; }
public:
property String^ IdentityName {
String^ get();
}
Public ReadOnly Property IdentityName As String
Property Value
Type: System.String
An instance of String that contains the name that is associated with the Windows Identity.
See Also
RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top