The PrivacyDES 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 DES encrypted ScopedPdu
Encrypt(array<Byte>[]()[], Int32, Int32, array<Byte>[]()[], Int32, Int32, array<Byte>[]()[]%)
Encrypt ScopedPdu using DES encryption protocol
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtendShortKey(array<Byte>[]()[], array<Byte>[]()[], array<Byte>[]()[], IAuthenticationDigest)
Operation not used by DES. Key length has to be 16 bytes of encryption/decryption operation will fail. When called, shortKey is returned.
GetEncryptedLength(Int32)
Get final encrypted length
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