Method | Description | |
---|---|---|
DecodeX509PublicKey ( byte x509key ) : |
||
verify ( string content, string signedString, string publicKey ) : bool |
Method | Description | |
---|---|---|
CompareBytearrays ( byte a, byte b ) : bool | ||
Main ( ) : void |
public static DecodeX509PublicKey ( byte x509key ) : |
||
x509key | byte | |
return |
public static verify ( string content, string signedString, string publicKey ) : bool | ||
content | string | |
signedString | string | |
publicKey | string | |
return | bool |