3 references to _certificatePartContentType
WindowsBase (3)
Base\MS\Internal\IO\Packaging\Certificate.cs (3)
77
return
_certificatePartContentType
;
160
if (_part.ValidatedContentType.AreTypeAndSubTypeEqual(
_certificatePartContentType
) == false)
166
_part = container.CreatePart(partName,
_certificatePartContentType
.ToString());