Méthode | Description | |
---|---|---|
AuthenticateAsClient ( string targetHost ) : void | ||
AuthenticateAsClient ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation ) : void | ||
AuthenticateAsClient ( string targetHost, System clientCertificates, bool checkCertificateRevocation ) : void | ||
AuthenticateAsClient ( string targetHost, |
||
AuthenticateAsClient ( string targetHost, |
||
AuthenticateAsClientAsync ( string targetHost ) : System.Threading.Tasks.Task | ||
AuthenticateAsClientAsync ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
AuthenticateAsClientAsync ( string targetHost, System clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
AuthenticateAsClientAsync ( string targetHost ) : Task | ||
AuthenticateAsClientAsync ( string targetHost, |
||
AuthenticateAsClientAsync ( string targetHost, |
||
AuthenticateAsServer ( System serverCertificate ) : void | ||
AuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation ) : void | ||
AuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : void | ||
AuthenticateAsServer ( |
||
AuthenticateAsServer ( |
||
AuthenticateAsServer ( |
||
AuthenticateAsServerAsync ( System serverCertificate ) : System.Threading.Tasks.Task | ||
AuthenticateAsServerAsync ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
AuthenticateAsServerAsync ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
AuthenticateAsServerAsync ( |
||
AuthenticateAsServerAsync ( |
||
AuthenticateAsServerAsync ( |
||
BeginAuthenticateAsClient ( string targetHost, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
BeginAuthenticateAsClient ( string targetHost, |
||
BeginAuthenticateAsClient ( string targetHost, |
||
BeginAuthenticateAsClient ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginAuthenticateAsClient ( string targetHost, System clientCertificates, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginAuthenticateAsClient ( string targetHost, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginAuthenticateAsServer ( |
||
BeginAuthenticateAsServer ( |
||
BeginAuthenticateAsServer ( |
||
BeginAuthenticateAsServer ( System serverCertificate, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginAuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginAuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
EndAuthenticateAsClient ( IAsyncResult asyncResult ) : void | ||
EndAuthenticateAsServer ( IAsyncResult asyncResult ) : void | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult asyncResult ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
ShutdownAsync ( ) : System.Threading.Tasks.Task | ||
ShutdownAsync ( ) : Task | ||
SslStream ( System innerStream ) | ||
SslStream ( System innerStream, bool leaveInnerStreamOpen ) | ||
SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback ) | ||
SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback, System userCertificateSelectionCallback ) | ||
SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback, System userCertificateSelectionCallback, System encryptionPolicy ) | ||
SslStream ( Stream innerStream ) : System.IO | ||
SslStream ( Stream innerStream, bool leaveInnerStreamOpen ) : System.IO | ||
SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback ) : System.IO | ||
SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback ) : System.IO | ||
SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy ) : System.IO | ||
Write ( byte buffer ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
BeginShutdown ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
EndShutdown ( IAsyncResult asyncResult ) : void | ||
GetChannelBinding ( ChannelBindingKind kind ) : ChannelBinding | ||
UserCertSelectionCallbackWrapper ( string targetHost, |
||
UserCertValidationCallbackWrapper ( string hostName, |
public AuthenticateAsClient ( string targetHost ) : void | ||
targetHost | string | |
Résultat | void |
public AuthenticateAsClient ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation ) : void | ||
targetHost | string | |
clientCertificates | System | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsClient ( string targetHost, System clientCertificates, bool checkCertificateRevocation ) : void | ||
targetHost | string | |
clientCertificates | System | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsClient ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsClient ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsClientAsync ( string targetHost ) : System.Threading.Tasks.Task | ||
targetHost | string | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsClientAsync ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
targetHost | string | |
clientCertificates | System | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsClientAsync ( string targetHost, System clientCertificates, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
targetHost | string | |
clientCertificates | System | |
checkCertificateRevocation | bool | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsClientAsync ( string targetHost ) : Task | ||
targetHost | string | |
Résultat | Task |
public AuthenticateAsClientAsync ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
Résultat | Task |
public AuthenticateAsClientAsync ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
checkCertificateRevocation | bool | |
Résultat | Task |
public AuthenticateAsServer ( System serverCertificate ) : void | ||
serverCertificate | System | |
Résultat | void |
public AuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation ) : void | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : void | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsServer ( |
||
serverCertificate | ||
Résultat | void |
public AuthenticateAsServer ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsServer ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
Résultat | void |
public AuthenticateAsServerAsync ( System serverCertificate ) : System.Threading.Tasks.Task | ||
serverCertificate | System | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsServerAsync ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsServerAsync ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation ) : System.Threading.Tasks.Task | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
Résultat | System.Threading.Tasks.Task |
public AuthenticateAsServerAsync ( |
||
serverCertificate | ||
Résultat | Task |
public AuthenticateAsServerAsync ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
Résultat | Task |
public AuthenticateAsServerAsync ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
Résultat | Task |
public BeginAuthenticateAsClient ( string targetHost, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
targetHost | string | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsClient ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsClient ( string targetHost, |
||
targetHost | string | |
clientCertificates | ||
checkCertificateRevocation | bool | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsClient ( string targetHost, System clientCertificates, System enabledSslProtocols, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
targetHost | string | |
clientCertificates | System | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginAuthenticateAsClient ( string targetHost, System clientCertificates, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
targetHost | string | |
clientCertificates | System | |
checkCertificateRevocation | bool | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginAuthenticateAsClient ( string targetHost, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
targetHost | string | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginAuthenticateAsServer ( |
||
serverCertificate | ||
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsServer ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
enabledSslProtocols | SslProtocols | |
checkCertificateRevocation | bool | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsServer ( |
||
serverCertificate | ||
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginAuthenticateAsServer ( System serverCertificate, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
serverCertificate | System | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginAuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, System enabledSslProtocols, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
enabledSslProtocols | System | |
checkCertificateRevocation | bool | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginAuthenticateAsServer ( System serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System asyncCallback, object asyncState ) : System.IAsyncResult | ||
serverCertificate | System | |
clientCertificateRequired | bool | |
checkCertificateRevocation | bool | |
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int count, AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndAuthenticateAsClient ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Résultat | void |
public EndAuthenticateAsServer ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Résultat | void |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
Résultat | int |
public EndWrite ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Résultat | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Résultat | long |
public Seek ( long offset, System origin ) : long | ||
offset | long | |
origin | System | |
Résultat | long |
public ShutdownAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public SslStream ( System innerStream, bool leaveInnerStreamOpen ) | ||
innerStream | System | |
leaveInnerStreamOpen | bool |
public SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback ) | ||
innerStream | System | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | System |
public SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback, System userCertificateSelectionCallback ) | ||
innerStream | System | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | System | |
userCertificateSelectionCallback | System |
public SslStream ( System innerStream, bool leaveInnerStreamOpen, System userCertificateValidationCallback, System userCertificateSelectionCallback, System encryptionPolicy ) | ||
innerStream | System | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | System | |
userCertificateSelectionCallback | System | |
encryptionPolicy | System |
public SslStream ( Stream innerStream ) : System.IO | ||
innerStream | Stream | |
Résultat | System.IO |
public SslStream ( Stream innerStream, bool leaveInnerStreamOpen ) : System.IO | ||
innerStream | Stream | |
leaveInnerStreamOpen | bool | |
Résultat | System.IO |
public SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback ) : System.IO | ||
innerStream | Stream | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | RemoteCertificateValidationCallback | |
Résultat | System.IO |
public SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback ) : System.IO | ||
innerStream | Stream | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | RemoteCertificateValidationCallback | |
userCertificateSelectionCallback | LocalCertificateSelectionCallback | |
Résultat | System.IO |
public SslStream ( Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback userCertificateValidationCallback, LocalCertificateSelectionCallback userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy ) : System.IO | ||
innerStream | Stream | |
leaveInnerStreamOpen | bool | |
userCertificateValidationCallback | RemoteCertificateValidationCallback | |
userCertificateSelectionCallback | LocalCertificateSelectionCallback | |
encryptionPolicy | EncryptionPolicy | |
Résultat | System.IO |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | void |