3 references to GetContentType
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
184Oid contentType = PkcsUtils.GetContentType(m_safeCryptMsgHandle); 360Oid contentType = PkcsUtils.GetContentType(m_safeCryptMsgHandle);
system\security\cryptography\pkcs\signedpkcs7.cs (1)
145Oid contentType = PkcsUtils.GetContentType(m_safeCryptMsgHandle);