Sdílet prostřednictvím


PeerCredential.SetCertificate Metoda

Definice

Nastaví certifikát.

Přetížení

SetCertificate(String, StoreLocation, StoreName)

Nastaví certifikát.

SetCertificate(StoreLocation, StoreName, X509FindType, Object)

Nastaví certifikát se zadanými kritérii vyhledávání.

SetCertificate(String, StoreLocation, StoreName)

Nastaví certifikát.

public:
 void SetCertificate(System::String ^ subjectName, System::Security::Cryptography::X509Certificates::StoreLocation storeLocation, System::Security::Cryptography::X509Certificates::StoreName storeName);
public void SetCertificate (string subjectName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.StoreName storeName);
member this.SetCertificate : string * System.Security.Cryptography.X509Certificates.StoreLocation * System.Security.Cryptography.X509Certificates.StoreName -> unit
Public Sub SetCertificate (subjectName As String, storeLocation As StoreLocation, storeName As StoreName)

Parametry

subjectName
String

Název subjektu certifikátu.

storeLocation
StoreLocation

Umístění úložiště certifikátů.

storeName
StoreName

Název úložiště certifikátů.

Poznámky

Toto přetížení se používá k zadání přihlašovacích údajů certifikátu partnera. Poskytuje se jako zástupce pro načtení certifikátu z jednoho z dostupných úložišť certifikátů, ke které má uživatel přístup.

Platí pro

SetCertificate(StoreLocation, StoreName, X509FindType, Object)

Nastaví certifikát se zadanými kritérii vyhledávání.

public:
 void SetCertificate(System::Security::Cryptography::X509Certificates::StoreLocation storeLocation, System::Security::Cryptography::X509Certificates::StoreName storeName, System::Security::Cryptography::X509Certificates::X509FindType findType, System::Object ^ findValue);
public void SetCertificate (System.Security.Cryptography.X509Certificates.StoreLocation storeLocation, System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue);
member this.SetCertificate : System.Security.Cryptography.X509Certificates.StoreLocation * System.Security.Cryptography.X509Certificates.StoreName * System.Security.Cryptography.X509Certificates.X509FindType * obj -> unit
Public Sub SetCertificate (storeLocation As StoreLocation, storeName As StoreName, findType As X509FindType, findValue As Object)

Parametry

storeLocation
StoreLocation

Umístění úložiště certifikátů.

storeName
StoreName

Název úložiště certifikátů.

findType
X509FindType

Kritéria vyhledávání.

findValue
Object

Hodnota, která se má vyhledat.

Platí pro