Abstract base class for public keys.
abstract bool SetPublicKey(object? PublicKey)
Sets the public key, based on the security information provided.
abstract void GetParsedParameters(Dictionary< string, object?> Parameters)
Gets parsed parameters from the public key definition, if available.
Abstract base class for security objects.
Interface for public keys.