1 write to pwszExtendedErrorInfo
System (1)
security\system\security\cryptography\cryptoapi.cs (1)
1128pwszExtendedErrorInfo = IntPtr.Zero;
2 references to pwszExtendedErrorInfo
System (2)
security\system\security\cryptography\x509\x509chainelement.cs (2)
33if (chainElement.pwszExtendedErrorInfo == IntPtr.Zero) 36m_description = Marshal.PtrToStringUni(chainElement.pwszExtendedErrorInfo);