Click or drag to resize

FlexClientCert Class

Represents an SSL client certificate for serialization purpose.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsFlexClientCert

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
[SerializableAttribute]
public class FlexClientCert

The FlexClientCert type exposes the following members.

Constructors
  NameDescription
Public methodFlexClientCert
Initializes a new instance of the FlexClientCert class
Top
Properties
  NameDescription
Public propertySerial
Gets or sets the certificate serial number.
Public propertySubject
Gets or sets the certificate subject name.
Top
Methods
  NameDescription
Public methodIsEmpty
Gets a value that indicates if the certificate is unspecified.
Public methodToString
Creates and returns a string representation of the current FlexClientCert object.
(Overrides ObjectToString.)
Top
See Also