Tpm2Lib.Tpm2SetPrimaryPolicyRequest.Tpm2SetPrimaryPolicyRequest C# (CSharp) Method

Tpm2SetPrimaryPolicyRequest() public method

public Tpm2SetPrimaryPolicyRequest ( ) : System
return System
        public Tpm2SetPrimaryPolicyRequest()
        {
            authHandle = new TpmHandle();
            authPolicy = null;
            hashAlg = TpmAlgId.Null;
        }
        public Tpm2SetPrimaryPolicyRequest(Tpm2SetPrimaryPolicyRequest the_Tpm2SetPrimaryPolicyRequest)

Same methods

Tpm2SetPrimaryPolicyRequest::Tpm2SetPrimaryPolicyRequest ( Tpm2SetPrimaryPolicyRequest the_Tpm2SetPrimaryPolicyRequest ) : System
Tpm2SetPrimaryPolicyRequest::Tpm2SetPrimaryPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg ) : System
Tpm2SetPrimaryPolicyRequest