3 references to EncryptMessage
System (3)
net\System\Net\_NativeSSPI.cs (3)
119
status = UnsafeNclNativeMethods.NativeNTSSPI.
EncryptMessage
(ref context._handle, 0, inputOutput, sequenceNumber);
281
status = UnsafeNclNativeMethods.NativeNTSSPI.
EncryptMessage
(ref context._handle, 0, inputOutput, sequenceNumber);
348
status = UnsafeNclNativeMethods.NativeNTSSPI.
EncryptMessage
(ref context._handle, SECQOP_WRAP_NO_ENCRYPT, inputOutput, sequenceNumber);