DlmsDataSecurityGetServerSystemTitleFromCertificate Method
Returns a simple name (CN) from a certificate. Throws exception if data contains invalid certificate or siple name does not contain hexadecimal value.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer GetServerSystemTitleFromCertificate(
ByteBuffer publicSigningKeyCertificate
)
- publicSigningKeyCertificate ByteBuffer
- Certificate to return its simple name.
ByteBuffer