DsmlAuthRequest::Principal Property

 

The Principal property contains the security principal.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
property String^ Principal {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The security principal.

.NET Framework
Available since 2.0
Return to top
Show: