Goedel.Cryptography.KeyPair.GetUDFBytes C# (CSharp) Method

GetUDFBytes() public method

Returns the UDF fingerprint of the current key as a byte array.
public GetUDFBytes ( ) : byte[]
return byte[]
        public byte[] GetUDFBytes() {
            return Goedel.Cryptography.UDF.FromKeyInfo(KeyInfoData.DER());
            }