NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GenericIdentity Constructor

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New(String)
[C#] public GenericIdentity(String);
[C++] public: GenericIdentity(String*);
[JScript] public function GenericIdentity(String);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(String, String)
[C#] public GenericIdentity(String, String);
[C++] public: GenericIdentity(String*, String*);
[JScript] public function GenericIdentity(String, String);

See Also

GenericIdentity Class | GenericIdentity Members | System.Security.Principal Namespace