CngKeyCreationParameters.Provider Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Anahtar oluşturulacak anahtar depolama sağlayıcısını (KSP) alır veya ayarlar.
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
Özellik Değeri
Yeni anahtarın oluşturulacağı KSP'yi belirten nesne.
Özel durumlar
Provider özelliği bir null değere ayarlanır.