public NvPublic ( TpmHandle the_nvIndex, TpmAlgId the_nameAlg, NvAttr the_attributes, byte the_authPolicy, ushort the_dataSize ) : System |
the_nvIndex |
TpmHandle |
the handle of the data area |
the_nameAlg |
TpmAlgId |
hash algorithm used to compute the name of the Index and used for the authPolicy. For an extend index, the hash algorithm used for the extend. |
the_attributes |
NvAttr |
the Index attributes |
the_authPolicy |
byte |
optional access policy for the Index The policy is computed using the nameAlg NOTE Shall be the Empty Policy if no authorization policy is present. |
the_dataSize |
ushort |
the size of the data area The maximum size is implementation-dependent. The minimum maximum size is platform-specific. |
리턴 |
System |
|