Tpm2Lib.KeyedhashParms.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : KeyedhashParms
return KeyedhashParms
        new public KeyedhashParms Copy()
        {
            return Marshaller.FromTpmRepresentation<KeyedhashParms>(this.GetTpmRepresentation());
        }
    }