123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .TH "TPMS_POLICYDUPLICATIONSELECT" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- TPMS_POLICYDUPLICATIONSELECT
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <ifapi_policy_types\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "TPM2B_NAME \fBobjectName\fP"
- .br
- .ti -1c
- .RI "TPM2B_NAME \fBnewParentName\fP"
- .br
- .ti -1c
- .RI "TPMI_YES_NO \fBincludeObject\fP"
- .br
- .ti -1c
- .RI "char * \fBnewParentPath\fP"
- .br
- .ti -1c
- .RI "TPM2B_PUBLIC \fBnewParentPublic\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Policy type \fBTPMS_POLICYDUPLICATIONSELECT\fP
- .SH "Field Documentation"
- .PP
- .SS "TPMI_YES_NO includeObject"
- Always NO
- .SS "TPM2B_NAME newParentName"
- Automatically calculated
- .SS "char* newParentPath"
- None
- .SS "TPM2B_PUBLIC newParentPublic"
- None
- .SS "TPM2B_NAME objectName"
- Will not be used (see includeObject)
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|