1 write to _RemoteIdentity
System (1)
net\System\Net\SecureProtocols\NegotiateStream.cs (1)
421
_RemoteIdentity
= _NegoState.GetIdentity();
2 references to _RemoteIdentity
System (2)
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
419
if (
_RemoteIdentity
== null)
423
return
_RemoteIdentity
;