NCRYPT_PROTECTION_DESCRIPTOR_INFO structure

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

The NCRYPT_PROTECTION_DESCRIPTOR_INFO structure contains an array of the individual protectors that make up a protection descriptor. This structure is used by the NCryptGetProtectionDescriptorInfo function.

Syntax

typedef struct _NCRYPT_PROTECTION_DESCRIPTOR_INFO {
  ULONG                          cProtector;
  NCRYPT_NAME_VALUE_AND_COMBINER rgProtector;
} NCRYPT_PROTECTION_DESCRIPTOR_INFO, *PNCRYPT_PROTECTION_DESCRIPTOR_INFO;

Members

  • cProtector
    The number of protectors in the rgProtector array.

  • rgProtector
    An array of protectors.

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

Header

NCryptprotect.h

See also

NCryptGetProtectionDescriptorInfo

 

 

Build date: 12/12/2011