2 writes to negotiationData
System.ServiceModel (2)
System\ServiceModel\Security\BinaryNegotiation.cs (2)
30
this.
negotiationData
= negotiationData;
47
this.
negotiationData
= negotiationData;
3 references to negotiationData
System.ServiceModel (3)
System\ServiceModel\Security\BinaryNegotiation.cs (3)
71
writer.WriteBase64(this.
negotiationData
, 0, this.
negotiationData
.Length);
86
return this.
negotiationData
;