2 writes to isTokenOptional
System.ServiceModel (2)
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (2)
41
this.
isTokenOptional
= isTokenOptional;
67
set { this.
isTokenOptional
= value; }
1 reference to isTokenOptional
System.ServiceModel (1)
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
66
get { return this.
isTokenOptional
; }