Goedel.Cryptography.KeyPair.GetUDFBytes C# (CSharp) 메소드

GetUDFBytes() 공개 메소드

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