Tpm2Lib.TpmHandle.HmacSession C# (CSharp) Method

HmacSession() public static method

Create a HMAC handle given an index into the HMAC handle range
public static HmacSession ( uint handleIndex ) : TpmHandle
handleIndex uint
return TpmHandle
        public static TpmHandle HmacSession(uint handleIndex)
        {
            return new TpmHandle((TpmRh)((uint)Ht.HmacSession << 24) + handleIndex);
        }