PeerContact.Credentials 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置由此 PeerContact 实例标识的对等方的 X509Certificate(公钥)。
public:
property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Credentials { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Credentials { get; }
member this.Credentials : System.Security.Cryptography.X509Certificates.X509Certificate2
Public ReadOnly Property Credentials As X509Certificate2
属性值
由此 PeerContact 实例标识的对等方的 X509Certificate(公钥)。 此属性的默认值为 null
。
例外
已释放 PeerContact 对象。
注解
调用此方法需要 PermissionState 的 Unrestricted。 此状态是在对等协作会话开始时创建的。