예제 #1
0
 public void WhenIAddAPublicKeyToTheOrganizationService()
 {
     _orgClientContext.AddServicePublicKey(
         _orgClientContext.LastCreatedService.Id,
         _keyManager.GetAlphaPublicKey(),
         true,
         null
         );
 }