CspParameters.ProviderType Campo
Definição
Representa o código de tipo de provedor de CspParameters.Represents the provider type code for CspParameters.
public: int ProviderType;
public int ProviderType;
val mutable ProviderType : int
Public ProviderType As Integer
Valor do campo
Comentários
Use o ProviderType campo para especificar um tipo de provedor passando um valor numérico que represente esse provedor.Use the ProviderType field to specify a provider type by passing a numeric value that represents that provider. Os valores numéricos que representam os tipos de provedor padrão são definidos no arquivo de cabeçalho WinCrypt. h:The numeric values that represent the default provider types are defined in the WinCrypt.h header file:
Para especificar um provedor compatível com a RSA classe, passe um valor de
1.To specify a provider compatible with the RSA class, pass a value of1.Para especificar um provedor compatível com a DSA classe, passe um valor de
13.To specify a provider compatible with the DSA class, pass a value of13.
A tabela a seguir lista os tipos de provedor e seus valores numéricos correspondentes definidos no arquivo de cabeçalho WinCrypt. h.The following table lists the provider types and their corresponding numeric values defined in the WinCrypt.h header file.
| Tipo de provedorProvider Type | Valor numéricoNumeric Value |
|---|---|
PROV_RSA_FULL |
11 |
PROV_RSA_SIG |
22 |
PROV_DSS |
33 |
PROV_FORTEZZA |
44 |
PROV_MS_EXCHANGE |
55 |
PROV_SSL |
66 |
PROV_RSA_SCHANNEL |
1212 |
PROV_DSS_DH |
1313 |
PROV_EC_ECDSA_SIG |
1414 |
PROV_EC_ECNRA_SIG |
1515 |
PROV_EC_ECDSA_FULL |
1616 |
PROV_EC_ECNRA_FULL |
1717 |
PROV_DH_SCHANNEL |
1818 |
PROV_SPYRUS_LYNKS |
2020 |
PROV_RNG |
2121 |
PROV_INTEL_SEC |
2222 |
PROV_REPLACE_OWF |
2323 |
PROV_RSA_AES |
2424 |
Para obter mais informações sobre os tipos de provedor padrão e seus comportamentos, consulte a documentação da capi (Microsoft CRYPTOGRAPHY API).For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation.