示例#1
0
 /// <inheritdoc />
 void IInternalKmsKeyId.SetCredentials(ContextSafeHandle context, Status status)
 {
     context.Check(status, Library.mongocrypt_ctx_setopt_masterkey_local(context));
     ((IInternalKmsKeyId)this).SetAlternateKeyNames(context, status);
 }