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