8 references to PreFix
mscorlib (8)
system\security\claims\ClaimsIdentity.cs (8)
52const string ActorKey = PreFix + "actor"; 54const string AuthenticationTypeKey = PreFix + "authenticationType"; 56const string BootstrapContextKey = PreFix + "bootstrapContext"; 58const string ClaimsKey = PreFix + "claims"; 60const string LabelKey = PreFix + "label"; 62const string NameClaimTypeKey = PreFix + "nameClaimType"; 64const string RoleClaimTypeKey = PreFix + "roleClaimType"; 66const string VersionKey = PreFix + "version";