Class Metered
Class Metered
Le nom : Aspose.TeX Assemblée: Aspose.TeX.dll (25.4.0)
Fornisce metodi per impostare la chiave misurata.
public class Metered
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
In questo esempio, verrà fatto un tentativo di impostare una chiave pubblica e privata misurata
Metered metered = new Metered();
metered.SetMeteredKey("PublicKey", "PrivateKey");
Dim metered As Metered = New Metered
metered.SetMeteredKey("PublicKey", "PrivateKey")