Tpm2Lib.TpmHandle.NV C# (CSharp) Method

NV() public static method

Return a handle to the the specified NV index
public static NV ( int slotIndex ) : TpmHandle
slotIndex int
return TpmHandle
        public static TpmHandle NV(int slotIndex)
        {
            return NV((uint)slotIndex);
        }

Same methods

TpmHandle::NV ( uint slotIndex ) : TpmHandle