7 writes to ContentType
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\PkcsHelpers.cs (1)
120ContentType = contentType,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
94decoded.ContentType = sequenceReader.ReadObjectIdentifier();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (2)
65ContentType = Oids.Pkcs7Encrypted, 109ContentType = Oids.Pkcs7Encrypted,
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
536ContentType = Oids.Pkcs7Data, 545ContentType = Oids.Pkcs7Encrypted, 554ContentType = Oids.Pkcs7Enveloped,
5 references to ContentType
System.Security.Cryptography.Pkcs (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\ContentInfoAsn.xml.cs (1)
28writer.WriteObjectIdentifier(ContentType);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (2)
72if (pfx.AuthSafe.ContentType == Oids.Pkcs7Data) 85else if (pfx.AuthSafe.ContentType == Oids.Pkcs7Signed)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
55switch (contentInfoAsn.ContentType)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
313if (contentInfo.ContentType != Oids.Pkcs7Signed)