LicenseUtilReadPublicKey Method
read and decode the public.key file.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static (RSAParameters publickey, string hash) ReadPublicKey(
string keyPath
)
Public Shared Function ReadPublicKey (
keyPath As String
) As (publickey As RSAParameters, hash As String)
public:
static ValueTuple<RSAParameters, String^> ReadPublicKey(
String^ keyPath
)
static member ReadPublicKey :
keyPath : string -> ValueTuple<RSAParameters, string>
- keyPath String
- path to public.key.
ValueTupleRSAParameters,
Stringmodulus and exponent as RSAParameters struct.