Opc.Ua.Security.Certificates
SetHashAlgorithm Method (ICertificateBuilderConfig)



Opc.Ua.Security.Certificates Namespace > ICertificateBuilderConfig Interface : SetHashAlgorithm Method
The hash algorithm name.
Set the hash algorithm to use for the signature.
Syntax
'Declaration
 
Function SetHashAlgorithm( _
   ByVal hashAlgorithmName As HashAlgorithmName _
) As ICertificateBuilder
'Usage
 
Dim instance As ICertificateBuilderConfig
Dim hashAlgorithmName As HashAlgorithmName
Dim value As ICertificateBuilder
 
value = instance.SetHashAlgorithm(hashAlgorithmName)

Parameters

hashAlgorithmName
The hash algorithm name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICertificateBuilderConfig Interface
ICertificateBuilderConfig Members