Opc.Ua.CertificateIdentifierCollection.GetPrivateKeyFilePath C# (CSharp) Method

GetPrivateKeyFilePath() public method

Returns the file containing the private key for the specified certificate.
public GetPrivateKeyFilePath ( string thumbprint ) : string
thumbprint string
return string
        public string GetPrivateKeyFilePath(string thumbprint)
        {
            return null;
        }