PeerCredential.SetCertificate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o certificado.
Sobrecargas
SetCertificate(String, StoreLocation, StoreName) |
Define o certificado. |
SetCertificate(StoreLocation, StoreName, X509FindType, Object) |
Define o certificado com os critérios de pesquisa especificados. |
SetCertificate(String, StoreLocation, StoreName)
Define o certificado.
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)
Parâmetros
- subjectName
- String
O nome do assunto do certificado.
- storeLocation
- StoreLocation
O local do repositório de certificados.
- storeName
- StoreName
O nome do repositório de certificados.
Comentários
Essa sobrecarga é usada para especificar uma credencial de certificado do par. Ele é fornecido como um atalho para carregar o certificado de um dos armazenamentos de certificado disponíveis aos quais o usuário tem acesso.
Aplica-se a
SetCertificate(StoreLocation, StoreName, X509FindType, Object)
Define o certificado com os critérios de pesquisa especificados.
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)
Parâmetros
- storeLocation
- StoreLocation
O local do repositório de certificados.
- storeName
- StoreName
O nome do repositório de certificados.
- findType
- X509FindType
Os critérios de pesquisa.
- findValue
- Object
O valor no qual pesquisar.