3.17.4.1.60 AuthenticationProviderType (Opnum 66)

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

 [propget] HRESULT AuthenticationProviderType(
   [out, retval] long* plAuthProvType
 );

plAuthProvType:  A pointer to 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 plAuthProvType output parameter to the value of the represented Message.AuthenticationProviderType.