KeyContainerPermissionAttribute.ProviderType Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o tipo de prestador.
public:
property int ProviderType { int get(); void set(int value); };
public int ProviderType { get; set; }
member this.ProviderType : int with get, set
Public Property ProviderType As Integer
Valor de Propriedade
Um dos valores PROV_ definidos no ficheiro de cabeçalho Wincrypt.h.
Observações
Se não for especificado valor, utiliza-se PROV_RSA_FULL (1).
Os seguintes valores estão definidos no ficheiro de cabeçalho Wincrypt.h:
#define PROV_RSA_FULL 1
#define PROV_RSA_SIG 2
#define PROV_DSS 3
#define PROV_FORTEZZA 4
#define PROV_MS_EXCHANGE 5
#define PROV_SSL 6
12 #define PROV_RSA_SCHANNEL
#define PROV_DSS_DH 13
#define PROV_EC_ECDSA_SIG 14
#define PROV_EC_ECNRA_SIG 15
#define PROV_EC_ECDSA_FULL 16
#define PROV_EC_ECNRA_FULL 17
#define PROV_DH_SCHANNEL 18
20 #define PROV_SPYRUS_LYNKS
21 #define PROV_RNG
22 #define PROV_INTEL_SEC
23 #define PROV_REPLACE_OWF
24 #define PROV_RSA_AES