System::Security::Cryptography::CspKeyContainerInfo class
Contenuti
[
Nascondere
]CspKeyContainerInfo class
Informazioni aggiuntive su una coppia di chiavi crittografiche.
class CspKeyContainerInfo : public virtual System::Object
Metodi
| Metodo | Descrizione |
|---|---|
| CspKeyContainerInfo(const SharedPtr<CspParameters>&) | Informazioni RTTI. |
| get_Accessible() const | Restituisce un flag che indica se una chiave in un contenitore è accessibile. |
| get_Exportable() const | Restituisce un flag che indica se una chiave può essere esportata da un contenitore. |
| get_HardwareDevice() const | Restituisce un flag che indica se una chiave è una chiave hardware. |
| get_KeyContainerName() const | Ottiene il nome del contenitore della chiave. |
| get_KeyNumber() const | Ottiene un oggetto KeyNumber. |
| get_MachineKeyStore() const | Ottiene un flag che indica se una chiave è caricata dal deposito chiavi della macchina. |
| get_Protected() const | Ottiene un flag che indica se una chiave è protetta dalla copia. |
| get_ProviderName() const | Ottiene il nome del provider. |
| get_ProviderType() const | Ottiene il tipo del provider. |
| get_RandomlyGenerated() const | Ottiene un flag che indica se una chiave è stata generata casualmente. |
| get_Removable() const | Ottiene un flag che indica se una chiave può essere rimossa da un contenitore. |
| get_UniqueKeyContainerName() const | Ottiene un nome di contenitore univoco. |
Vedi anche
- Class Object
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++