Tpm2Lib.RsaParms.Copy C# (CSharp) Method

Copy() public method

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