The PrivacyAES type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CanExtendShortKey
AES implementation supports extending of a short encryption key. Always returns true.
MaximumKeyLength
Get maximum encryption/decryption key length required by the protocol.
MinimumKeyLength
Get minimum encryption/decryption key length required by the protocol.
Name
Privacy protocol name. Returns string "AES"
PrivacyParametersLength
Get length of the privacy parameters byte array that is generated by the encryption method and used by the decryption method.

See Also