Opc.Ua.Core
GetRSAHashAlgorithmName Method



Opc.Ua Namespace > X509Utils Class : GetRSAHashAlgorithmName Method
Get the hash algorithm from the hash size in bits.
Syntax
'Declaration
 
Public Shared Function GetRSAHashAlgorithmName( _
   ByVal hashSizeInBits As UInteger _
) As HashAlgorithmName
'Usage
 
Dim hashSizeInBits As UInteger
Dim value As HashAlgorithmName
 
value = X509Utils.GetRSAHashAlgorithmName(hashSizeInBits)
public static HashAlgorithmName GetRSAHashAlgorithmName( 
   uint hashSizeInBits
)
public:
static HashAlgorithmName GetRSAHashAlgorithmName( 
   uint hashSizeInBits
) 

Parameters

hashSizeInBits
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

X509Utils Class
X509Utils Members