5 references to Internal
WindowsBase (5)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
625
else if (String.CompareOrdinal(userIdTypeStr, AuthenticationType.
Internal
.ToString().ToUpperInvariant()) == 0)
Base\System\Security\RightsManagement\User.cs (4)
70
(authenticationType != AuthenticationType.
Internal
))
76
if (authenticationType == AuthenticationType.
Internal
)
176
_anyoneUser = new ContentUser(AnyoneUserName, AuthenticationType.
Internal
);
196
_ownerUser = new ContentUser(OwnerUserName, AuthenticationType.
Internal
);