Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPublicKey.cs
2
4{
8 public interface IPublicKey : ISecurityObject
9 {
15 bool SetPublicKey(object? PublicKey);
16
21 public abstract void GetParsedParameters(Dictionary<string, object?> Parameters);
22 }
23}
abstract void GetParsedParameters(Dictionary< string, object?> Parameters)
Gets parsed parameters from the public key definition, if available.
bool SetPublicKey(object? PublicKey)
Sets the public key, based on the security information provided.