PeerCredential.PeerAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定對等驗證物件。
public:
property System::ServiceModel::Security::X509PeerCertificateAuthentication ^ PeerAuthentication { System::ServiceModel::Security::X509PeerCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509PeerCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509PeerCertificateAuthentication PeerAuthentication { get; set; }
member this.PeerAuthentication : System.ServiceModel.Security.X509PeerCertificateAuthentication with get, set
Public Property PeerAuthentication As X509PeerCertificateAuthentication
屬性值
對等驗證物件。
備註
這個屬性會指定驗證器,在網狀結構中進行鄰居對鄰居驗證時,會叫用此驗證器。 當新對等嘗試建立鄰居連線時,它會將自己的認證傳遞至對應的對等。 會叫用回應程式的驗證器來驗證遠端方的認證。 每次在網狀結構中建立對等連線時,對等的兩方會互相驗證,亦即會叫用兩端的驗證程式。