models_v2.type_42_enum module¶
-
class
models_v2.type_42_enum.
Type42Enum
[source]¶ Bases:
object
Implementation of the ‘Type42’ enum.
Specifies the encryption type of a machine account.
- Attributes:
DESCBCCRC: TODO: type description here. DESCBCMD5: TODO: type description here. RC4HMAC: TODO: type description here. AES128CTSHMACSHA196: TODO: type description here. AES256CTSHMACSHA196: TODO: type description here.
-
AES128CTSHMACSHA196
= 'AES128-CTS-HMAC-SHA1-96'¶
-
AES256CTSHMACSHA196
= 'AES256-CTS-HMAC-SHA1-96'¶
-
DESCBCCRC
= 'DES-CBC-CRC'¶
-
DESCBCMD5
= 'DES-CBC-MD5'¶
-
RC4HMAC
= 'RC4-HMAC'¶