コード例 #1
0
ファイル: KeyManager.cs プロジェクト: renatotkr/Platform
 public async Task DeactivateAsync(Uid id)
 {
     await keyStore.DeactivateAsync(id);
 }