The CryptoHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkCreateRandomNumberGenerator
Creates an instance of default random number generator.
Public methodStatic memberSupported by the .NET Compact FrameworkDecodeSignature
Decodes a signature from a PKCS #7 form.
Public methodStatic memberSupported by the .NET Compact FrameworkEncodeSignature
Encodes a signature to a PKCS #7 form.
Public methodStatic memberSupported by the .NET Compact FrameworkEncodeString
Encodes string as ASN.1 value (IA5String or UTF8String).
Public methodStatic memberSupported by the .NET Compact FrameworkGetOption
Public methodStatic memberSupported by the .NET Compact FrameworkGetRandomBytes(array<Byte>[]()[][])
Fills specified array of bytes with a cryptographically strong random sequence of values.
Public methodStatic memberSupported by the .NET Compact FrameworkGetRandomBytes(Int32)
Returns an array of bytes with a cryptographically strong random sequence of values.
Public methodStatic memberSupported by the .NET Compact FrameworkSetOption

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkForceManagedAes
Public propertyStatic memberSupported by the .NET Compact FrameworkUseFipsAlgorithmsOnly
Enables or disables an option that specifies whether only FIPS 140-2 compliant cryptographic algorithm providers are to be used.

See Also