2 writes to _isTokenOptional
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (2)
40
_isTokenOptional
= isTokenOptional;
66
set {
_isTokenOptional
= value; }
1 reference to _isTokenOptional
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
65
get { return
_isTokenOptional
; }