Tpm2Lib.AsymParms.Copy C# (CSharp) Method

Copy() public method

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