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

Open() public method

Opens the store at the specified location.
The syntax depends on the store implementation.
public Open ( string location ) : void
location string The location.
return void
        public void Open(string location)
        {
            // nothing to do.
        }