Tpm2Lib.Context.Copy C# (CSharp) 메소드

Copy() 공개 메소드

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