Connectivity Software User's Guide and Reference
PublicKey Field



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > Crypto.CERT_PUBLIC_KEY_INFO Structure : PublicKey Field
Syntax
'Declaration
 
Public PublicKey As Crypto.CRYPT_BIT_BLOB
'Usage
 
Dim instance As Crypto.CERT_PUBLIC_KEY_INFO
Dim value As Crypto.CRYPT_BIT_BLOB
 
value = instance.PublicKey
 
instance.PublicKey = value
public Crypto.CRYPT_BIT_BLOB PublicKey
public:
Crypto.CRYPT_BIT_BLOB PublicKey
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also