Skip to content

PublicKey

vhs94 edited this page Apr 1, 2024 · 1 revision

Operações diponíveis em client.ForApplication()

Criar Public Key

PublicKeyReadDto result = await Client
    .ForPublicKey()
    .CreateAsync();

Update Public Key

PublicKeyReadDto result = await Client
    .ForPublicKey()
    .UpdateAsync();

Consulta Public Key

PublicKeyReadDto result = await Client
    .ForPublicKey()
    .GetAsync();
Clone this wiki locally