Connectivity Software User's Guide and Reference
HashAlgorithm Field



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Licensing Namespace > Crypto.CRYPT_SIGN_MESSAGE_PARA Structure : HashAlgorithm Field
Syntax
'Declaration
 
Public HashAlgorithm As Crypto.CRYPT_ALGORITHM_IDENTIFIER
'Usage
 
Dim instance As Crypto.CRYPT_SIGN_MESSAGE_PARA
Dim value As Crypto.CRYPT_ALGORITHM_IDENTIFIER
 
value = instance.HashAlgorithm
 
instance.HashAlgorithm = value
public Crypto.CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
public:
Crypto.CRYPT_ALGORITHM_IDENTIFIER HashAlgorithm
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