CspKeyContainerInfo |
IObject |
Name | Description |
---|---|
![]() | Returns if a key in a key container is accessible. |
![]() | Returns if a key in a key container can be exported out of the container. |
![]() | Returns the name of the key container. |
![]() | Returns the key number, representing the type of key. |
![]() | Returns if the key is stored in a machine storage container. |
![]() | Returns if the key is protected. |
![]() | Returns the name of the cryptography service provider. |
![]() | Returns the type of cryptography service provider. |
![]() | Returns if the key container was randomly generated or imported. |
![]() | Returns if the key can be removed from the key container. |
![]() | Returns a unique key container name. |
Name | Description |
---|---|
![]() | Returns a boolean indicating if the value and this object instance are the same instance. |
![]() |
Returns a psuedo-unique number used to help identify this
object in memory. The current method is to return the value
obtained from ObjPtr. If a different method needs to be impelmented
then change the method here in this function. An override might be necessary if the hashcode should be derived from a value contained within the class. |
![]() |
Returns a string representation of this object instance.
The default method simply returns the application name
and class name in which this class resides. A Person class may return the persons name instead. |
To create an instance of CspKeyContainerInfo use the NewCspKeyContainerInfo constructor.