2 references to Sid
System.ServiceModel (2)
System\ServiceModel\Security\SctClaimSerializer.cs (2)
48
writer.WriteAttributeString(dictionary.
Sid
, dictionary.EmptyString, Convert.ToBase64String(sidBytes));
53
byte[] sidBytes = Convert.FromBase64String(reader.GetAttribute(dictionary.
Sid
, dictionary.EmptyString));