8 references to CRYPT_ATTRIBUTE_STRING
NuGet.Packaging (8)
Signing\Cms\NativeCms.cs (8)
21
public
CRYPT_ATTRIBUTE_STRING
UnauthAttr;
109
int sizeOfCryptAttributeString = Marshal.SizeOf<
CRYPT_ATTRIBUTE_STRING
>();
117
var
attribute = Marshal.PtrToStructure<
CRYPT_ATTRIBUTE_STRING
>(attributePointer);
171
int sizeOfCryptAttributeString = Marshal.SizeOf<
CRYPT_ATTRIBUTE_STRING
>();
176
var
signedAttribute = Marshal.PtrToStructure<
CRYPT_ATTRIBUTE_STRING
>(signedAttributePointer);
187
private static bool IsRepositoryCounterSignerInfo(
CRYPT_ATTRIBUTE_STRING
commitmentTypeIndicationAttribute)