PeerCredential.Certificate Vlastnost

Definice

Získá nebo nastaví certifikát X509 pro partnerský uzel.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Certificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); void set(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ value); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; set; }
member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2 with get, set
Public Property Certificate As X509Certificate2

Hodnota vlastnosti

X509Certificate2

Certifikát X509 pro partnerský uzel.

Poznámky

Tato vlastnost obsahuje X509Certificate2 instanci použitou při ověřování sousedů v partnerské síti. Pokud je zvolený typ přihlašovacích údajů PeerTransportCredentialType, musí být zadána Certificate instance. . Pokud PeerTransportCredentialType.Password je vybraná, tato vlastnost je volitelná.

Platí pro