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

Copy() public méthode

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