Opc.Ua.Security.Certificates
GetHashAlgorithmName Method



Opc.Ua.Security.Certificates Namespace > Oids Class : GetHashAlgorithmName Method
The signature algorithm oid.
Get the hash algorithm used to sign a certificate.
Syntax
'Declaration
 
Public Shared Function GetHashAlgorithmName( _
   ByVal oid As String _
) As HashAlgorithmName
'Usage
 
Dim oid As String
Dim value As HashAlgorithmName
 
value = Oids.GetHashAlgorithmName(oid)
public static HashAlgorithmName GetHashAlgorithmName( 
   string oid
)
public:
static HashAlgorithmName GetHashAlgorithmName( 
   String^ oid
) 

Parameters

oid
The signature algorithm oid.
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

Oids Class
Oids Members