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



Opc.Ua.Security.Certificates Namespace > X509AuthorityKeyIdentifierExtension Class : Format Method
Returns a formatted version of the Authority Key Identifier as a string.
Syntax
'Declaration
 
Public Overrides Function Format( _
   ByVal multiLine As Boolean _
) As String
'Usage
 
Dim instance As X509AuthorityKeyIdentifierExtension
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

X509AuthorityKeyIdentifierExtension Class
X509AuthorityKeyIdentifierExtension Members