NodeOPCUA API Documentation
    Preparing search index...

    Interface DTCertificateGroup

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name CertificateGroupDataType
    isAbstract false
    interface DTCertificateGroup {
        certificateTypes: NodeId[];
        isCertificateAssigned: boolean[];
        name: UAString;
        purpose: NodeId;
        recordProperties: DTKeyValuePair[];
        validationOptions: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    certificateTypes: NodeId[]
    isCertificateAssigned: boolean[]
    name: UAString
    purpose: NodeId
    recordProperties: DTKeyValuePair[]
    validationOptions: number