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