2 writes to credentials
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
154
ref pc.
credentials
);
244
pc.
credentials
= pd;
4 references to credentials
System.Net (4)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (4)
143
if (pc.
credentials
.cbData != 0){
144
data = new byte[pc.
credentials
.cbData];
145
Marshal.Copy(pc.
credentials
.pbData, data, 0, (int)pc.
credentials
.cbData);