2 references to Date
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
277long date = (((long)(uint) m_encryptedKeyInfo.Date.dwHighDateTime) << 32) | ((long)(uint) m_encryptedKeyInfo.Date.dwLowDateTime);