2 writes to _allowedImpersonationLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (2)
26
_allowedImpersonationLevel
= other._allowedImpersonationLevel;
47
_allowedImpersonationLevel
= value;
2 references to _allowedImpersonationLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (2)
26
_allowedImpersonationLevel = other.
_allowedImpersonationLevel
;
35
return
_allowedImpersonationLevel
;