FlexClientCertToString Method |
Creates and returns a string representation of the current
FlexClientCert object.
Namespace: Flex.Hal.SettingsAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
StringA string representation of the current object.
Remarks The format is "SubjectName, Serial=xxx".
See Also