DRMVerify function (msdrm.h)
[The AD RMS SDK leveraging functionality exposed by
the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or
unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1,
which leverages functionality exposed by the client in Msipc.dll.]
[The DRMVerify function is no longer supported and returns E_NOTIMPL.]
For Rights Management Services 1.0, the DRMVerify function verifies data signed with DRMAttest.
Syntax
DRMEXPORT HRESULT UDAPICALL DRMVerify(
[in] PWSTR wszData,
[in, out] UINT *pcAttestedData,
[out] PWSTR wszAttestedData,
[out] DRMATTESTTYPE *peType,
[in, out] UINT *pcPrincipal,
[out] PWSTR wszPrincipal,
[in, out] UINT *pcManifest,
[out] PWSTR wszManifest
);
Parameters
[in] wszData
The data to verify (original data).
[in, out] pcAttestedData
Length, in characters, of the data to verify, plus one for a terminating null character.
[out] wszAttestedData
The signed data.
[out] peType
Whether full environment information, or just a hash of the environment, is included.
[in, out] pcPrincipal
Size, in characters, of the wszPrincipalCredentials parameter, plus one for a terminating null character.
[out] wszPrincipal
Certificate chain of the principal attesting the data. This chain is needed to create the principal used to verify the data.
[in, out] pcManifest
Size, in characters, of the manifest used to sign the data, plus one for a terminating null character. For information about making a manifest, see Creating an Application Manifest.
[out] wszManifest
The manifest used to sign, as a null-terminated string.
Return value
If the function succeeds, the function returns S_OK.
If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following list. For a list of common error codes, see Common HRESULT Values.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | msdrm.h |
Library | Msdrm.lib |
DLL | Msdrm.dll |