Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PublicKey.cs
2
4{
8 public abstract class PublicKey : SecurityObject, IPublicKey
9 {
15 public abstract bool SetPublicKey(object? PublicKey);
16
21 public abstract void GetParsedParameters(Dictionary<string, object?> Parameters);
22 }
23}
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.