Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 5.05 KB

nf-xenroll-ienroll2-get_limitexchangekeytoencipherment.md

File metadata and controls

97 lines (75 loc) · 5.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xenroll.IEnroll2.get_LimitExchangeKeyToEncipherment
IEnroll2::get_LimitExchangeKeyToEncipherment (xenroll.h)
The LimitExchangeKeyToEncipherment property of IEnroll4 sets or retrieves a Boolean value that determines whether an AT_KEYEXCHANGE request contains digital signature and nonrepudiation key usages. (Get)
IEnroll2 interface [Security]
LimitExchangeKeyToEncipherment property
IEnroll2.LimitExchangeKeyToEncipherment
IEnroll2.get_LimitExchangeKeyToEncipherment
IEnroll2::LimitExchangeKeyToEncipherment
IEnroll2::get_LimitExchangeKeyToEncipherment
IEnroll2::put_LimitExchangeKeyToEncipherment
IEnroll4 interface [Security]
LimitExchangeKeyToEncipherment property
IEnroll4.LimitExchangeKeyToEncipherment
IEnroll4::get_LimitExchangeKeyToEncipherment
IEnroll4::put_LimitExchangeKeyToEncipherment
LimitExchangeKeyToEncipherment property [Security]
LimitExchangeKeyToEncipherment property [Security]
IEnroll2 interface
LimitExchangeKeyToEncipherment property [Security]
IEnroll4 interface
get_LimitExchangeKeyToEncipherment
put_LimitExchangeKeyToEncipherment
security.ienroll4_limitexchangekeytoencipherment
xenroll/IEnroll2::LimitExchangeKeyToEncipherment
xenroll/IEnroll2::get_LimitExchangeKeyToEncipherment
xenroll/IEnroll2::put_LimitExchangeKeyToEncipherment
xenroll/IEnroll4::LimitExchangeKeyToEncipherment
xenroll/IEnroll4::get_LimitExchangeKeyToEncipherment
xenroll/IEnroll4::put_LimitExchangeKeyToEncipherment
security\ienroll4_limitexchangekeytoencipherment.htm
security
53d23dcb-081f-44f4-823f-e3cf79955bc3
12/05/2018
IEnroll2 interface [Security],LimitExchangeKeyToEncipherment property, IEnroll2.LimitExchangeKeyToEncipherment, IEnroll2.get_LimitExchangeKeyToEncipherment, IEnroll2::LimitExchangeKeyToEncipherment, IEnroll2::get_LimitExchangeKeyToEncipherment, IEnroll2::put_LimitExchangeKeyToEncipherment, IEnroll4 interface [Security],LimitExchangeKeyToEncipherment property, IEnroll4.LimitExchangeKeyToEncipherment, IEnroll4::get_LimitExchangeKeyToEncipherment, IEnroll4::put_LimitExchangeKeyToEncipherment, LimitExchangeKeyToEncipherment property [Security], LimitExchangeKeyToEncipherment property [Security],IEnroll2 interface, LimitExchangeKeyToEncipherment property [Security],IEnroll4 interface, get_LimitExchangeKeyToEncipherment, put_LimitExchangeKeyToEncipherment, security.ienroll4_limitexchangekeytoencipherment, xenroll/IEnroll2::LimitExchangeKeyToEncipherment, xenroll/IEnroll2::get_LimitExchangeKeyToEncipherment, xenroll/IEnroll2::put_LimitExchangeKeyToEncipherment, xenroll/IEnroll4::LimitExchangeKeyToEncipherment, xenroll/IEnroll4::get_LimitExchangeKeyToEncipherment, xenroll/IEnroll4::put_LimitExchangeKeyToEncipherment
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
IEnroll2::get_LimitExchangeKeyToEncipherment
xenroll/IEnroll2::get_LimitExchangeKeyToEncipherment
c++
APIRef
kbSyntax
COM
Xenroll.dll
IEnroll2.LimitExchangeKeyToEncipherment
IEnroll2.get_LimitExchangeKeyToEncipherment
IEnroll2.put_LimitExchangeKeyToEncipherment
IEnroll4.LimitExchangeKeyToEncipherment
IEnroll4.get_LimitExchangeKeyToEncipherment
IEnroll4.put_LimitExchangeKeyToEncipherment

IEnroll2::get_LimitExchangeKeyToEncipherment

-description

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The LimitExchangeKeyToEncipherment property sets or retrieves a Boolean value that determines whether an AT_KEYEXCHANGE request contains digital signature and nonrepudiation key usages.

This property was first introduced in the IEnroll2 interface.

This property is read/write.

-parameters

-remarks

This property is a Boolean value and affects only AT_KEYEXCHANGE requests. It has no impact on AT_SIGNATURE requests.

If the value for this property is FALSE, an AT_KEYEXCHANGE request will contain the following key usages:

  • CERT_DATA_ENCIPHERMENT_KEY_USAGE
  • CERT_KEY_ENCIPHERMENT_KEY_USAGE
  • CERT_DIGITAL_SIGNATURE_KEY_USAGE
  • CERT_NON_REPUDIATION_KEY_USAGE

If the value for this property is TRUE, an AT_KEYEXCHANGE request will contain the following key usages:

  • CERT_DATA_ENCIPHERMENT_KEY_USAGE
  • CERT_KEY_ENCIPHERMENT_KEY_USAGE

-see-also

IEnroll2

IEnroll4