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