Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Cryptography
 CryptUnregisterOIDInfo function
CryptUnregisterOIDInfo function

Applies to: desktop apps only

The CryptUnregisterOIDInfo function removes the registration of a specified CRYPT_OID_INFO OID information structure. The structure to be unregistered is identified by the structure's pszOID and dwGroupId members.

Syntax

BOOL WINAPI CryptUnregisterOIDInfo(
  __in  PCCRYPT_OID_INFO pInfo
);

Parameters

pInfo [in]

Specifies the object identifier (OID) information for which the registration is to be removed. The group that the registration is removed for is specified by the dwGroupId member in the pInfo.

Return value

If the function succeeds, the return value is nonzero (TRUE).

If the function fails, the return value is zero (FALSE).

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wincrypt.h

Library

Crypt32.lib

DLL

Crypt32.dll

See also

OID Support Functions
ALG_ID
CRYPT_ALGORITHM_IDENTIFIER
CRYPT_OID_INFO
CryptFindOIDInfo
CryptRegisterOIDInfo

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker