Ejemplo n.º 1
0
        /// <summary>Snippet for UpdateAttestorAsync</summary>
        public async Task UpdateAttestorAsync()
        {
            // Snippet: UpdateAttestorAsync(Attestor, CallSettings)
            // Additional: UpdateAttestorAsync(Attestor, CancellationToken)
            // Create client
            BinauthzManagementServiceV1Client binauthzManagementServiceV1Client = await BinauthzManagementServiceV1Client.CreateAsync();

            // Initialize request argument(s)
            Attestor attestor = new Attestor();
            // Make the request
            Attestor response = await binauthzManagementServiceV1Client.UpdateAttestorAsync(attestor);

            // End snippet
        }