2 writes to authenticationType
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (2)
24this.authenticationType = String.Empty; 38this.authenticationType = authenticationType;
1 reference to authenticationType
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\WindowsSidIdentity.cs (1)
48get { return this.authenticationType; }