Gets the public key as a hexadecimal string.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string PublicKeyStr { get; }
Visual Basic
Public ReadOnly Property PublicKeyStr As String
	Get
Visual C++
public:
property String^ PublicKeyStr {
	String^ get ();
}

Field Value

The public key.

See Also