ISimpleVerifyingKey
Namespace: IotaSdk
public interface ISimpleVerifyingKey : System.IEquatable`1[[IotaSdk.SimpleVerifyingKey, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<SimpleVerifyingKey>
Attributes NullableContextAttribute
Methods
PublicKey()
PublicKey PublicKey()
Returns
Scheme()
SignatureScheme Scheme()
Returns
ToDer()
Serialize this private key as DER-encoded PKCS#8
Byte[] ToDer()
Returns
Exceptions
ToPem()
Serialize this private key as DER-encoded PKCS#8
string ToPem()
Returns
Exceptions
Verify(Byte[], SimpleSignature)
void Verify(Byte[] message, SimpleSignature signature)
Parameters
message Byte[]
signature SimpleSignature