Share via


ExchangeCertificate.ToString method

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As ExchangeCertificate
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    formatProvider)
public string ToString(
    string format,
    IFormatProvider formatProvider
)

Parameters

Return value

Type: System.String

See also

Reference

ExchangeCertificate class

ExchangeCertificate members

Microsoft.Exchange.Management.SystemConfigurationTasks namespace