Tpm2Lib.Context.Copy C# (CSharp) Méthode

Copy() public méthode

public Copy ( ) : Context
Résultat Context
        new public Context Copy()
        {
            return Marshaller.FromTpmRepresentation<Context>(this.GetTpmRepresentation());
        }
    }