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!

GenericPrincipal Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal identity As IIdentity, _
   ByVal roles() As String _
)
[C#]
public GenericPrincipal(
   IIdentity identity,
   string[] roles
);
[C++]
public: GenericPrincipal(
   IIdentity* identity,
   String* roles[]
);
[JScript]
public function GenericPrincipal(
   identity : IIdentity,
   roles : String[]
);

Parameters

identity
[To be supplied.]
roles
[To be supplied.]

See Also

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