2 writes to _Flags
System.Web (2)
HttpClientCertificate.cs (2)
132
_Flags
= Int32.Parse(flags, CultureInfo.InvariantCulture);
134
_Flags
= 0;
3 references to _Flags
System.Web (3)
HttpClientCertificate.cs (3)
45
public int Flags { get { return
_Flags
;}}
120
public bool IsPresent { get { return((
_Flags
& 0x1) == 1);}}
125
public bool IsValid { get { return((
_Flags
& 0x2) == 0);}}