Opc.Ua.Security.CertificateIdentifier.OpenStore C# (CSharp) Method

OpenStore() public method

Opens the certificate store.
public OpenStore ( ) : ICertificateStore
return ICertificateStore
        public ICertificateStore OpenStore()
        {
            Opc.Ua.CertificateIdentifier output = SecuredApplication.FromCertificateIdentifier(this);
            return output.OpenStore();
        }