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

[To be supplied.]

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

Parameters

name
[To be supplied.]
type
[To be supplied.]

See Also

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