CngKeyCreationParameters.Provider Propriedade
Definição
Obtém ou define o KSP (provedor de armazenamento de chaves) no qual criar uma chave.Gets or sets the key storage provider (KSP) to create a key in.
public:
property System::Security::Cryptography::CngProvider ^ Provider { System::Security::Cryptography::CngProvider ^ get(); void set(System::Security::Cryptography::CngProvider ^ value); };
public System.Security.Cryptography.CngProvider Provider { get; set; }
member this.Provider : System.Security.Cryptography.CngProvider with get, set
Public Property Provider As CngProvider
Valor da propriedade
Um objeto que especifica o KSP no qual uma nova chave será criada.An object that specifies the KSP that a new key will be created in.