Compartir a través de


MessageCertificateX509.HashAlgorithmOidToAlgId Method (String)

 

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.String

    OID 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