1 instantiation of CRYPT_BIT_BLOB
System.Security (1)
system\security\cryptography\cryptoapi.cs (1)
1448OriginatorPublicKey = new CRYPT_BIT_BLOB();
15 references to CRYPT_BIT_BLOB
System.Security (15)
system\security\cryptography\cryptoapi.cs (9)
1039internal CRYPT_BIT_BLOB SubjectType; 1153internal CRYPT_BIT_BLOB IssuerUniqueId; 1154internal CRYPT_BIT_BLOB SubjectUniqueId; 1163internal CRYPT_BIT_BLOB RestrictedKeyUsage; 1215internal CRYPT_BIT_BLOB PublicKey; 1221internal CRYPT_BIT_BLOB PublicKey; 1365internal CRYPT_BIT_BLOB RecipientPublicKey; 1394internal CRYPT_BIT_BLOB RecipientPublicKey; 1457internal CRYPT_BIT_BLOB OriginatorPublicKey;
system\security\cryptography\pkcs\envelopedpkcs7.cs (6)
735pcbData = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "cbData")); 739ppbData = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "pbData")); 743IntPtr pcUnusedBIts = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "cUnusedBits")); 912pcbData = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "cbData")); 916ppbData = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "pbData")); 920IntPtr pcUnusedBits = new IntPtr((long) pRecipientPublicKey + (long) Marshal.OffsetOf(typeof(CAPI.CRYPT_BIT_BLOB), "cUnusedBits"));