2 writes to _authType
System.Security.Principal.Windows (2)
System\Security\Principal\WindowsIdentity.cs (2)
88
_authType
= identity._authType;
107
_authType
= authType;
4 references to _authType
System.Security.Principal.Windows (4)
System\Security\Principal\WindowsIdentity.cs (4)
88
_authType = identity.
_authType
;
385
if (
_authType
== null)
409
return
_authType
;
967
return identity.
_authType
;