System::Net::Security::AuthenticatedStream class
Contents
[
Hide
]AuthenticatedStream class
Contains the methods for passing credentials across a stream. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class AuthenticatedStream : public System::IO::Stream
Methods
Method | Description |
---|---|
virtual get_IsAuthenticated() const | Returns a value that indicates if authentication is successfully passed. |
virtual get_IsEncrypted() const | Returns a value that indicates if the data sent using this stream is encrypted. |
virtual get_IsMutuallyAuthenticated() const | Returns a value that indicates if a server and a client are authenticated. |
virtual get_IsServer() const | Returns a value that indicates if the local side of the connection is the server. |
virtual get_IsSigned() const | Returns a value that indicates if the data sent using this stream is signed. |
get_LeaveInnerStreamOpen() const | RTTI information. |
Fields
Field | Description |
---|---|
static Null | A stream with no underlying storage. |
See Also
- Class Stream
- Namespace System::Net::Security
- Library Aspose.PUB for C++