Sdílet prostřednictvím


PeerContact.Credentials Vlastnost

Definice

Získá nebo nastaví X509Certificate (veřejný klíč) pro partnerský uzel identifikovaný touto PeerContact instancí.

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

Hodnota vlastnosti

X509Certificate (veřejný klíč) pro partnerský uzel identifikovaný touto PeerContact instancí. Výchozí hodnota této vlastnosti je null.

Výjimky

Tento PeerContact objekt byl odstraněn.

Poznámky

Volání této metody vyžaduje .PermissionStateUnrestricted Tento stav se vytvoří při zahájení relace vzájemné spolupráce.

Platí pro

Viz také