Udostępnij za pośrednictwem


PeerCredential.SetCertificate Metoda

Definicja

Ustawia certyfikat.

Przeciążenia

SetCertificate(String, StoreLocation, StoreName)

Ustawia certyfikat.

SetCertificate(StoreLocation, StoreName, X509FindType, Object)

Ustawia certyfikat z określonymi kryteriami wyszukiwania.

SetCertificate(String, StoreLocation, StoreName)

Ustawia certyfikat.

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

Nazwa podmiotu certyfikatu.

storeLocation
StoreLocation

Lokalizacja magazynu certyfikatów.

storeName
StoreName

Nazwa magazynu certyfikatów.

Uwagi

To przeciążenie służy do określania poświadczeń certyfikatu elementu równorzędnego. Jest on udostępniany jako skrót do załadowania certyfikatu z jednego z dostępnych magazynów certyfikatów, do których użytkownik ma dostęp.

Dotyczy

SetCertificate(StoreLocation, StoreName, X509FindType, Object)

Ustawia certyfikat z określonymi kryteriami wyszukiwania.

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

Lokalizacja magazynu certyfikatów.

storeName
StoreName

Nazwa magazynu certyfikatów.

findType
X509FindType

Kryteria wyszukiwania.

findValue
Object

Wartość do wyszukania.

Dotyczy