Share via


KeyManager Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The KeyManager type exposes the following members.

Methods

  Name Description
Public methodStatic member ArchiveKey
Archives a cryptographic key to a Stream. This method is intended for use in transferring a key between machines.
Public methodStatic member GenerateKeyedHashKey Overloaded.
Public methodStatic member GenerateSymmetricKey Overloaded.
Generates a symmetric key.
Public methodStatic member Read Overloaded.
Reads an encrypted key from an input stream. This method is not intended to allow keys to be transferred from another machine.
Public methodStatic member RestoreKey
Restores a cryptogrpahic key from a Stream. This method is intended for use in transferring a key between machines.
Public methodStatic member Write Overloaded.
Writes an encrypted key to an output stream. This method is not intended to allow the keys to be moved from machine to machine.

See Also

KeyManager Class

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.