System.Net.NTAuthentication.Decrypt C# (CSharp) Метод

Decrypt() приватный Метод

private Decrypt ( byte payload, int offset, int count, int &newOffset, uint expectedSeqNumber ) : int
payload byte
offset int
count int
newOffset int
expectedSeqNumber uint
Результат int
        internal int Decrypt(byte[] payload, int offset, int count, out int newOffset, uint expectedSeqNumber)
        {
            return NegotiateStreamPal.Decrypt(_securityContext, payload, offset, count, IsConfidentialityFlag, IsNTLM, out newOffset, expectedSeqNumber);
        }