Copyright Digital Equipment Corp. All rights reserved.

CSSM_CSP_GetLoginOwner

NAME

  CSSM_CSP_GetLoginOwner - Get login owner data (CDSA)

SYNOPSIS

  # include <cssm.h>

       CSSM_RETURN CSSMAPI CSSM_CSP_GetLoginOwner
       (CSSM_CSP_HANDLE CSPHandle,
       CSSM_ACL_OWNER_PROTOTYPE_PTR Owner)

LIBRARY

  Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)

PARAMETERS

  CSPHandle (input)
          The module handle that identifies the cryptographic service
          provider to perform this operation.

  Owner (output)
          A CSSM_ACL_OWNER_PROTOTYPE describing the login owner.

DESCRIPTION

  This function returns a CSSM_ACL_OWNER_PROTOTYPE describing the current
  login owner of the CSP.

RETURN VALUE

  A CSSM_RETURN value indicating success or specifying a particular
  error condition. The value CSSM_OK indicates success. All other
  values represent an error condition.

ERRORS

  Errors are described in the CDSA technical standard.  See CDSA.

  None specific to this call.

SEE ALSO

  Books

  Intel CDSA Application Developer's Guide (see CDSA)

  Other Help Topics

  Functions: CSSM_CSP_ChangeLoginOwner