System::Security::Cryptography::CspKeyContainerInfo class
Contents
[
Hide
]CspKeyContainerInfo class
Additional information about a cryptographic key pair.
class CspKeyContainerInfo : public virtual System::Object
Methods
Method | Description |
---|---|
CspKeyContainerInfo(const SharedPtr<CspParameters>&) | RTTI information. |
get_Accessible() const | Gets a flag indicating whether a key in a container is accessible. |
get_Exportable() const | Gets a flag indicating whether a key can be exported from a container. |
get_HardwareDevice() const | Gets a flag indicating whether a key is a hardware key. |
get_KeyContainerName() const | Gets a key container name. |
get_KeyNumber() const | Gets a KeyNumber object. |
get_MachineKeyStore() const | Gets a flag indicating whether a key is loaded from machine key store. |
get_Protected() const | Gets a flag indicating whether a key is protected from copy. |
get_ProviderName() const | Gets provider name. |
get_ProviderType() const | Gets provider type. |
get_RandomlyGenerated() const | Gets a flag indicating whether a key was randomly generated. |
get_Removable() const | Gets a flag indicating whether a key can be removed from a container. |
get_UniqueKeyContainerName() const | Gets a unique container name. |
See Also
- Class Object
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++