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 (String)

[To be supplied.]

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

Parameters

name
[To be supplied.]

See Also

GenericIdentity Class | GenericIdentity Members | System.Security.Principal Namespace | GenericIdentity Constructor Overload List