Example #1
0
 internal CryptographicAttributeObject(CAPI.CRYPT_ATTRIBUTE_TYPE_VALUE cryptAttribute) :
     this(new Oid(cryptAttribute.pszObjId), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute))
 {
 }
Example #2
0
 internal CryptographicAttributeObject(System.Security.Cryptography.CAPI.CRYPT_ATTRIBUTE cryptAttribute) : this(new System.Security.Cryptography.Oid(cryptAttribute.pszObjId), PkcsUtils.GetAsnEncodedDataCollection(cryptAttribute))
 {
 }