The PrivacyAES128 type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Decrypt(array<Byte>[]()[], Int32, Int32, array<Byte>[]()[], Int32, Int32, array<Byte>[]()[])
Decrypt ScopedPdu BER encoded byte array.
Encrypt(array<Byte>[]()[], Int32, Int32, array<Byte>[]()[], Int32, Int32, array<Byte>[]()[]%)
Encrypt ScopedPdu data BER encoded in a byte array.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtendShortKey(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[], IAuthenticationDigest)
Some protocols support a method to extend the encryption or decryption key when supplied key is too short.
GetEncryptedLength(Int32)
Calculates and returns length of the buffer that is the result of the encryption method.
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
PasswordToKey(array<Byte>[]()[], array<Byte>[]()[], IAuthenticationDigest)
Convert privacy password into encryption key using packet authentication hash.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also