QuickOPC User's Guide and Reference
RsaMinApplicationCertificateType Property (UACertificateTypeIds)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds.AddressSpace Namespace > UACertificateTypeIds Class : RsaMinApplicationCertificateType Property
The identifier for the RsaMinApplicationCertificateType ObjectType. "This type is used to describe Certificates intended for use as an ApplicationInstanceCertificate. They shall have an RSA key size of 1024 or 2048 bits."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property RsaMinApplicationCertificateType As UANodeId
'Usage
 
Dim value As UANodeId
 
value = UACertificateTypeIds.RsaMinApplicationCertificateType
[NotNull()]
public static UANodeId RsaMinApplicationCertificateType {get;}
[NotNull()]
public:
static property UANodeId^ RsaMinApplicationCertificateType {
   UANodeId^ get();
}
Remarks
The node ID is: i=12559
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also