Opc.Ua.Security.Certificates
GetRSAOid Method



Opc.Ua.Security.Certificates Namespace > Oids Class : GetRSAOid Method
The hash algorithm name.
Get the RSA oid for a hash algorithm signature.
Syntax
'Declaration
 
Public Shared Function GetRSAOid( _
   ByVal hashAlgorithm As HashAlgorithmName _
) As String
'Usage
 
Dim hashAlgorithm As HashAlgorithmName
Dim value As String
 
value = Oids.GetRSAOid(hashAlgorithm)
public static string GetRSAOid( 
   HashAlgorithmName hashAlgorithm
)
public:
static String^ GetRSAOid( 
   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