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 = 12
The BLOB is a key state BLOB.
OpaqueKeyBlob = 9
The key is a session key.
PlainTextKeyBlob = 8
The key is a session key.
PrivateKeyBlob = 7
The key is a public/private key pair.
PublicKeyBlob = 6
The key is a public key.
PublicKeyBlobEx = 10
The key is a public key.
SimpleBlob = 1
The key is a session key.
SymmetricWrapKeyBlob = 11
The key is a symmetric key.