16 references to SafeNetHandles_SECURITY
System (16)
net\System\Net\_SafeNetHandles.cs (16)
487
res = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.EnumerateSecurityPackagesW(out pkgnum, out pkgArray_SECURITY);
555
status = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer);
616
status = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.SetContextAttributesW(
634
return UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.FreeContextBuffer(handle) == 0;
1119
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.AcquireCredentialsHandleW(
1172
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.AcquireCredentialsHandleW(
1221
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.AcquireCredentialsHandleW(
1277
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.AcquireCredentialsHandleW(
1384
return UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.FreeCredentialsHandle(ref _handle) == 0;
1709
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.InitializeSecurityContextW(
2025
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.AcceptSecurityContext(
2164
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.CompleteAuthToken(contextHandle.IsZero? null: &contextHandle, inSecurityBufferDescriptor);
2287
errorCode = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.ApplyControlToken(contextHandle.IsZero ? null : &contextHandle, inSecurityBufferDescriptor);
2330
return UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.DeleteSecurityContext(ref _handle) == 0;
2915
status = UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.QueryContextAttributesW(ref phContext._handle, contextAttribute, buffer);
2938
return UnsafeNclNativeMethods.
SafeNetHandles_SECURITY
.FreeContextBuffer(handle) == 0;