This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to verify the peer.
[Visual Basic .NET]
Public Property VerifyPeer As Boolean
[C#]
public bool VerifyPeer {get; set;}
[C++]
HRESULT get_VerifyPeer(
Boolean* bVerifyPeer
);
[C++]
HRESULT put_VerifyPeer(
VARIANT_BOOL bVerifyPeer
);
[C++] Parameters bVerifyPeer [out, retval]
bVerifyPeer is a parameter of type bool* bVerifyPeer [in]
bVerifyPeer is a parameter of type bool