Opc.Ua.Security.Certificates
Format Method (X509SubjectAltNameExtension)



Opc.Ua.Security.Certificates Namespace > X509SubjectAltNameExtension Class : Format Method
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
Syntax
'Declaration
 
Public Overrides Function Format( _
   ByVal multiLine As Boolean _
) As String
'Usage
 
Dim instance As X509SubjectAltNameExtension
Dim multiLine As Boolean
Dim value As String
 
value = instance.Format(multiLine)
public override string Format( 
   bool multiLine
)
public:
String^ Format( 
   bool multiLine
) override 

Parameters

multiLine
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509SubjectAltNameExtension Class
X509SubjectAltNameExtension Members