Class MySqlPemReader
Provides functionality to read, decode and convert PEM files to objects supported in .NET.
Inheritance
System.Object
MySqlPemReader
Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public class MySqlPemReader
Methods
ConvertPemToRSAProvider(Byte[])
Converts the binary data of a PEM file to an System.
Declaration
public static RSACryptoServiceProvider ConvertPemToRSAProvider(byte[] rawPublicKey)
Parameters
Type | Name | Description |
---|---|---|
System. |
rawPublicKey | A binary representation of the public key provided by the server. |
Returns
Type | Description |
---|---|
System. |
An System. |