Goedel.Cryptography.CryptoProviderAsymmetric.FindLocal C# (CSharp) Method

FindLocal() public abstract method

Locate the privatge key in the local key store.
public abstract FindLocal ( string UDF ) : bool
UDF string Fingerprint of key to locate.
return bool
        public abstract bool FindLocal(string UDF);
CryptoProviderAsymmetric