Sha256: 8f94c10ca0d8a46247c3ca01e9950dbeec40d0ecf84ce708d1017caa265102f7
Contents?: true
Size: 491 Bytes
Versions: 11
Compression:
Stored size: 491 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Logic::Mgmt::V2016_06_01 module Models # # Defines values for EncryptionAlgorithm # module EncryptionAlgorithm NotSpecified = "NotSpecified" None = "None" DES3 = "DES3" RC2 = "RC2" AES128 = "AES128" AES192 = "AES192" AES256 = "AES256" end end end
Version data entries
11 entries across 11 versions & 1 rubygems