1 write to s_theTokenFactory
mscorlib (1)
system\security\permissiontoken.cs (1)
134
s_theTokenFactory
= new PermissionTokenFactory( 4 );
8 references to s_theTokenFactory
mscorlib (8)
system\security\permissiontoken.cs (8)
171
return
s_theTokenFactory
.BuiltInGetToken(token, null, cls);
176
return
s_theTokenFactory
.GetToken(cls, null);
188
return
s_theTokenFactory
.BuiltInGetToken( ibPerm.GetTokenIndex(), perm, null );
190
return
s_theTokenFactory
.GetToken(perm.GetType(), perm);
230
PermissionToken token =
s_theTokenFactory
.GetToken(typeStr);
259
return
s_theTokenFactory
.BuiltInGetToken(token, null, cls);
264
return
s_theTokenFactory
.FindToken( cls );
271
return
s_theTokenFactory
.FindTokenByIndex( i );