Ejemplo n.º 1
0
 internal RsaKeyOptions(CertificateKeyType keyType)
     : base(keyType)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates key options for the specified type of key
 /// </summary>
 /// <param name="keyType">The type of backing key to be generated when issuing new certificates</param>
 protected KeyOptions(CertificateKeyType keyType)
 {
     KeyType = keyType;
 }