Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an OID to an AlgID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static uint HashAlgorithmOidToAlgId(
string hashAlgorithmOid
)
public:
static unsigned int HashAlgorithmOidToAlgId(
String^ hashAlgorithmOid
)
Public Shared Function HashAlgorithmOidToAlgId (
hashAlgorithmOid As String
) As UInteger
Parameters
hashAlgorithmOid
Type: System.StringOID of the algorithm to convert to an AlgID representation.
Return Value
Type: System.UInt32
Crypto API algorithm ID.
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top