Свойство | Type | Description | |
---|---|---|---|
Users |
Méthode | Description | |
---|---|---|
IntegratedSecurityServer ( ) : System |
Creates a new IntegratedSecurityServer.
|
|
Load ( Stream stream ) : void |
Loads from the supplied stream.
|
|
Save ( Stream stream ) : void |
Saves to the supplied stream.
|
|
TryAuthenticateAsServer ( Stream stream, System.Guid &userToken, byte additionalChallenge = null ) : bool |
Authenticates the client stream
|
public IntegratedSecurityServer ( ) : System | ||
Résultat | System |
public TryAuthenticateAsServer ( Stream stream, System.Guid &userToken, byte additionalChallenge = null ) : bool | ||
stream | Stream | The stream to autenticate |
userToken | System.Guid | the user token associated with the identity match |
additionalChallenge | byte | Additional data that much match between the client and server /// for the connection to succeed. |
Résultat | bool |