![]() | |
IKeyManager Interface |
Namespace: WeroSoft.Security
public interface IKeyManager
The IKeyManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteKey |
Delete the key container in the key store.
|
![]() | ExportKey |
Exports the key within a particular key container to a file.
|
![]() | ExportKeyPublicOnly(String) |
Exports the public part of the key within a particular container.
|
![]() | ExportKeyPublicOnly(String, String) |
Exports the public part of the key within a particular container.
|
![]() | GenerateKey |
Generates a new key within a key named container.
|
![]() | ImportKey |
Imports the key from a file.
|
![]() | Initialize |
Initializes the key manager instance.
|
![]() | IsKeyRegistered |
Gets a value indicating whether the key container is registered or not.
|