Location: Symbol Reference > Structs, Records, Enums > TJwKeyExportKind Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwKeyExportKind Enumeration
Pascal
TJwKeyExportKind = (
  kekOpaque,
  kekPrivate,
  kekPublic,
  kekSimple,
  kekPlainText,
  kekSymmetricWrap
);
Members 
Description 
kekOpaque 
Only for Schannel CSPs 
kekPrivate 
Export the whole key pair 
kekPublic 
Export only the public key - no encryption necessary 
kekSimple 
Used for symmetric session keys, encrypted with a public key 
kekPlainText 
Use no encryption 
kekSymmetricWrap 
Ued to export session keys encrypted with another session key 

TJwKeyExportKind specifies how a key should be exported. See http://msdn2.microsoft.com/en-us/library/ms938025.aspx for more information

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!