Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Dummmy class designed to prevent compile errors.

Namespace: Opc.Ua.Configuration
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[ObsoleteAttribute("Class moved to Opc.Ua namespace.")]
public class CertificateFactory : CertificateFactory
Visual Basic
<ObsoleteAttribute("Class moved to Opc.Ua namespace.")> _
Public Class CertificateFactory _
	Inherits CertificateFactory
Visual C++
[ObsoleteAttribute(L"Class moved to Opc.Ua namespace.")]
public ref class CertificateFactory : public CertificateFactory

Inheritance Hierarchy

System..::..Object
  Opc.Ua..::..CertificateFactory
    Opc.Ua.Configuration..::..CertificateFactory

See Also