Method: Mongo::Crypt::KMS::Azure::MasterKeyDocument#key_name
- Defined in:
- lib/mongo/crypt/kms/azure/master_document.rb
#key_name ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns Azure KMS key name.
32 33 34 |
# File 'lib/mongo/crypt/kms/azure/master_document.rb', line 32 def key_name @key_name end |