3.17.4.1.61 AuthenticationProviderType (Opnum 67)

The AuthenticationProviderType method is received by the server in an RPC_REQUEST packet. In response, the server MUST set the represented Message.AuthenticationProviderType.

 [propput] HRESULT AuthenticationProviderType(
   [in] long lAuthProvType
 );

lAuthProvType: A long integer that identifies the type of cryptographic provider that is used to generate the digital signature.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST follow these guidelines:

  • Set the represented Message.AuthenticationProviderType to the value contained in the lAuthProvType input parameter.