RemoteAccessUser.IdentityName Property
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