Share via


ProxyTrustConfiguration.GetCertificateByPublicKey(String) Method

Definition

public:
 System::Collections::Generic::List<System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ GetCertificateByPublicKey(System::String ^ key);
public System.Collections.Generic.List<System.Security.Cryptography.X509Certificates.X509Certificate2> GetCertificateByPublicKey (string key);
member this.GetCertificateByPublicKey : string -> System.Collections.Generic.List<System.Security.Cryptography.X509Certificates.X509Certificate2>
Public Function GetCertificateByPublicKey (key As String) As List(Of X509Certificate2)

Parameters

key
String

Returns

Applies to