15 references to Passport
WindowsBase (15)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (3)
369
user.AuthenticationType != AuthenticationType.
Passport
)
1165
Enum.GetName(typeof(AuthenticationType), AuthenticationType.
Passport
)))
1167
authenticationType = AuthenticationType.
Passport
;
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (3)
907
(authentication == AuthenticationType.
Passport
));
981
(authentication == AuthenticationType.
Passport
));
1368
return new ContentUser(name, AuthenticationType.
Passport
);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (2)
621
else if (String.CompareOrdinal(userIdTypeStr, AuthenticationType.
Passport
.ToString().ToUpperInvariant()) == 0)
623
return new ContentUser(userNameStr, AuthenticationType.
Passport
);
Base\System\Security\RightsManagement\SecureEnvironment.cs (4)
105
(user.AuthenticationType != AuthenticationType.
Passport
))
131
(user.AuthenticationType != AuthenticationType.
Passport
))
296
(user.AuthenticationType != AuthenticationType.
Passport
))
332
(authentication != AuthenticationType.
Passport
))
Base\System\Security\RightsManagement\User.cs (3)
68
(authenticationType != AuthenticationType.
Passport
) &&
129
(_authenticationType != AuthenticationType.
Passport
))
232
else if (_authenticationType == AuthenticationType.
Passport
)