Classe System::Security::Cryptography::CspKeyContainerInfo
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 | Restituisce il nome del contenitore di chiavi. |
| get_KeyNumber() const | Restituisce un oggetto KeyNumber. |
| get_MachineKeyStore() const | Restituisce un flag che indica se una chiave è caricata dal deposito di chiavi della macchina. |
| get_Protected() const | Restituisce un flag che indica se una chiave è protetta dalla copia. |
| get_ProviderName() const | Restituisce il nome del provider. |
| get_ProviderType() const | Restituisce il tipo del provider. |
| get_RandomlyGenerated() const | Restituisce un flag che indica se una chiave è stata generata casualmente. |
| get_Removable() const | Restituisce un flag che indica se una chiave può essere rimossa da un contenitore. |
| get_UniqueKeyContainerName() const | Restituisce un nome di contenitore univoco. |
Vedi anche
- Class Object
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++