C# Class Tpm2Lib.Tpm2ObjectChangeAuthRequest

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2ObjectChangeAuthRequest
Tpm2ObjectChangeAuthRequest ( ) : System
Tpm2ObjectChangeAuthRequest ( Tpm2ObjectChangeAuthRequest the_Tpm2ObjectChangeAuthRequest ) : System
Tpm2ObjectChangeAuthRequest ( TpmHandle the_objectHandle, TpmHandle the_parentHandle, byte the_newAuth ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2ObjectChangeAuthRequest
return Tpm2ObjectChangeAuthRequest

Tpm2ObjectChangeAuthRequest() public method

public Tpm2ObjectChangeAuthRequest ( ) : System
return System

Tpm2ObjectChangeAuthRequest() public method

public Tpm2ObjectChangeAuthRequest ( Tpm2ObjectChangeAuthRequest the_Tpm2ObjectChangeAuthRequest ) : System
the_Tpm2ObjectChangeAuthRequest Tpm2ObjectChangeAuthRequest
return System

Tpm2ObjectChangeAuthRequest() public method

public Tpm2ObjectChangeAuthRequest ( TpmHandle the_objectHandle, TpmHandle the_parentHandle, byte the_newAuth ) : System
the_objectHandle TpmHandle handle of the object Auth Index: 1 Auth Role: ADMIN
the_parentHandle TpmHandle handle of the parent Auth Index: None
the_newAuth byte new authorization value
return System