Opc.Ua.Security.Certificates
GetECDsaOid Method



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

Parameters

hashAlgorithm
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

Oids Class
Oids Members