Tpm2Lib.TpmHandle.GetFirst C# (CSharp) Method

GetFirst() public static method

Get uint value representing the first handle in the range dedicated to the handles of the given type.
public static GetFirst ( Ht rangeType ) : uint
rangeType Ht
return uint
        public static uint GetFirst(Ht rangeType)
        {
            return (uint)rangeType >> 24;
        }