mscorlib(4.0.0.0) API with additions
KeyNumber.cs
2 
4 {
7  [ComVisible(true)]
8  public enum KeyNumber
9  {
11  Exchange = 1,
13  Signature
14  }
15 }
Definition: __Canon.cs:3
KeyNumber
Specifies whether to create an asymmetric signature key or an asymmetric exchange key.
Definition: KeyNumber.cs:8
Specifies that the class can be serialized.