PeerContact.Credentials 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由這個 PeerContact 執行個體所識別之對等電腦的 X509Certificate (公開金鑰 (Public Key))。
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。 當對等共同作業會話開始時,就會建立此狀態。