[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[] );
GenericPrincipal Class | GenericPrincipal Members | System.Security.Principal Namespace