mscorlib(4.0.0.0) API with additions
KeyNumber.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.Cryptography
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
KeyNumber
9
{
11
Exchange = 1,
13
Signature
14
}
15
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.Cryptography.KeyNumber
KeyNumber
Specifies whether to create an asymmetric signature key or an asymmetric exchange key.
Definition:
KeyNumber.cs:8
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Security.Cryptography
KeyNumber.cs
Generated by
1.8.15