5 references to LsaSourceName
System.IdentityModel (5)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (5)
145
pSourceName = SafeHGlobalHandle.AllocHGlobal(NativeMethods.
LsaSourceName
.Length + 1);
146
Marshal.Copy(NativeMethods.
LsaSourceName
, 0, pSourceName.DangerousGetHandle(), NativeMethods.
LsaSourceName
.Length);
147
UNICODE_INTPTR_STRING sourceName = new UNICODE_INTPTR_STRING(NativeMethods.
LsaSourceName
.Length, NativeMethods.
LsaSourceName
.Length + 1, pSourceName.DangerousGetHandle());