QuickOPC User's Guide and Reference
ToString Method (IPkiCertificate)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > IPkiCertificate Interface : ToString Method
Syntax
'Declaration
 
<NotNullAttribute()>
Function ToString( _
   ByVal verbose As Boolean _
) As String
'Usage
 
Dim instance As IPkiCertificate
Dim verbose As Boolean
Dim value As String
 
value = instance.ToString(verbose)
[NotNull()]
string ToString( 
   bool verbose
)
[NotNull()]
String^ ToString( 
   bool verbose
) 

Parameters

verbose
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