Enum StrongNameKeyStructureType
- Namespace
- AsmResolver.PE.DotNet.StrongName
- Assembly
- AsmResolver.PE.dll
Provides members for all predefined types of public key structures used by cryptographic service providers (CSP).
public enum StrongNameKeyStructureType : byte
Fields
KeyStateBlob = 12The BLOB is a key state BLOB.
OpaqueKeyBlob = 9The key is a session key.
PlainTextKeyBlob = 8The key is a session key.
PrivateKeyBlob = 7The key is a public/private key pair.
PublicKeyBlob = 6The key is a public key.
PublicKeyBlobEx = 10The key is a public key.
SimpleBlob = 1The key is a session key.
SymmetricWrapKeyBlob = 11The key is a symmetric key.