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