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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : RsaMinApplicationCertificateType Property
The browse name for the RsaMinApplicationCertificateType component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property RsaMinApplicationCertificateType As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.RsaMinApplicationCertificateType
[NotNull()]
public static UAQualifiedName RsaMinApplicationCertificateType {get;}
[NotNull()]
public:
static property UAQualifiedName^ RsaMinApplicationCertificateType {
   UAQualifiedName^ get();
}
Remarks
The browse name is: RsaMinApplicationCertificateType
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