The KeyPairInformation..::..SubKey type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Algorithm |
Returns the name of the key encryption asymmetric algorithm.
| |
| CreationTime |
Returns when was the key created.
| |
| EncryptionKey |
Returns true if this key can be used for encryption, otherwise false.
| |
| Fingerprint |
Returns key fingerprint.
| |
| KeyID |
Returns the Key ID
| |
| KeyIDHex |
Returns a string representing the hexadecimal value of the Key ID.
(only the lower 4 bytes of the real key id which is 8 bytes.) | |
| KeySize |
Returns key size in bits.
| |
| Revoked |
Returns is this Key revoked (not usable any more).
| |
| SigningKey |
Returns true if this key can be used for siging, otherwise false.
| |
| UserId |
Returns the first User Id associated with this key.
| |
| UserIds |
Returns User Id's associated with this key.
| |
| ValidDays |
Returns key validity period in days.
|