Метод | Описание | |
---|---|---|
AcceptSecurityContext ( System.Net.Security.SafeFreeCredentials &credential, System.Net.Security.SafeDeleteContext &context, |
||
AcquireCredentialsHandle ( |
||
ApplyAlertToken ( System.Net.Security.SafeFreeCredentials &credentialsHandle, System.Net.Security.SafeDeleteContext securityContext, TlsAlertType alertType, TlsAlertMessage alertMessage ) : SecurityStatusPal | ||
ApplyShutdownToken ( System.Net.Security.SafeFreeCredentials &credentialsHandle, System.Net.Security.SafeDeleteContext securityContext ) : SecurityStatusPal | ||
DecryptMessage ( System.Net.Security.SafeDeleteContext securityContext, byte buffer, int &offset, int &count ) : SecurityStatusPal | ||
EncryptMessage ( System.Net.Security.SafeDeleteContext securityContext, byte input, int offset, int size, int headerSize, int trailerSize, byte &output, int &resultSize ) : SecurityStatusPal | ||
GetException ( SecurityStatusPal status ) : Exception | ||
InitializeSecurityContext ( System.Net.Security.SafeFreeCredentials &credential, System.Net.Security.SafeDeleteContext &context, string targetName, |
||
QueryContextChannelBinding ( System.Net.Security.SafeDeleteContext securityContext, ChannelBindingKind attribute ) : System.Net.Security.SafeFreeContextBufferChannelBinding | ||
QueryContextConnectionInfo ( System.Net.Security.SafeDeleteContext securityContext, |
||
QueryContextStreamSizes ( System.Net.Security.SafeDeleteContext securityContext, StreamSizes &streamSizes ) : void | ||
VerifyPackageInfo ( ) : void |
Метод | Описание | |
---|---|---|
AcquireCredentialsHandle ( Interop credUsage, Interop secureCredential ) : System.Net.Security.SafeFreeCredentials | ||
CreateSecureCredential ( int version, |
||
EncryptDecryptHelper ( System.Net.Security.SafeDeleteContext securityContext, byte input, int offset, int size, bool encrypt, byte &output, int &resultSize ) : SecurityStatusPal | ||
GetProtocolFlagsFromSslProtocols ( SslProtocols protocols, bool isServer ) : int | ||
HandshakeInternal ( System.Net.Security.SafeFreeCredentials credential, System.Net.Security.SafeDeleteContext &context, |
public static AcceptSecurityContext ( System.Net.Security.SafeFreeCredentials &credential, System.Net.Security.SafeDeleteContext &context, |
||
credential | System.Net.Security.SafeFreeCredentials | |
context | System.Net.Security.SafeDeleteContext | |
inputBuffer | ||
outputBuffer | ||
remoteCertRequired | bool | |
Результат | SecurityStatusPal |
public static AcquireCredentialsHandle ( |
||
certificate | ||
protocols | SslProtocols | |
policy | EncryptionPolicy | |
isServer | bool | |
Результат | System.Net.Security.SafeFreeCredentials |
public static ApplyAlertToken ( System.Net.Security.SafeFreeCredentials &credentialsHandle, System.Net.Security.SafeDeleteContext securityContext, TlsAlertType alertType, TlsAlertMessage alertMessage ) : SecurityStatusPal | ||
credentialsHandle | System.Net.Security.SafeFreeCredentials | |
securityContext | System.Net.Security.SafeDeleteContext | |
alertType | TlsAlertType | |
alertMessage | TlsAlertMessage | |
Результат | SecurityStatusPal |
public static ApplyShutdownToken ( System.Net.Security.SafeFreeCredentials &credentialsHandle, System.Net.Security.SafeDeleteContext securityContext ) : SecurityStatusPal | ||
credentialsHandle | System.Net.Security.SafeFreeCredentials | |
securityContext | System.Net.Security.SafeDeleteContext | |
Результат | SecurityStatusPal |
public static DecryptMessage ( System.Net.Security.SafeDeleteContext securityContext, byte buffer, int &offset, int &count ) : SecurityStatusPal | ||
securityContext | System.Net.Security.SafeDeleteContext | |
buffer | byte | |
offset | int | |
count | int | |
Результат | SecurityStatusPal |
public static EncryptMessage ( System.Net.Security.SafeDeleteContext securityContext, byte input, int offset, int size, int headerSize, int trailerSize, byte &output, int &resultSize ) : SecurityStatusPal | ||
securityContext | System.Net.Security.SafeDeleteContext | |
input | byte | |
offset | int | |
size | int | |
headerSize | int | |
trailerSize | int | |
output | byte | |
resultSize | int | |
Результат | SecurityStatusPal |
public static GetException ( SecurityStatusPal status ) : Exception | ||
status | SecurityStatusPal | |
Результат | Exception |
public static InitializeSecurityContext ( System.Net.Security.SafeFreeCredentials &credential, System.Net.Security.SafeDeleteContext &context, string targetName, |
||
credential | System.Net.Security.SafeFreeCredentials | |
context | System.Net.Security.SafeDeleteContext | |
targetName | string | |
inputBuffer | ||
outputBuffer | ||
Результат | SecurityStatusPal |
public static QueryContextChannelBinding ( System.Net.Security.SafeDeleteContext securityContext, ChannelBindingKind attribute ) : System.Net.Security.SafeFreeContextBufferChannelBinding | ||
securityContext | System.Net.Security.SafeDeleteContext | |
attribute | ChannelBindingKind | |
Результат | System.Net.Security.SafeFreeContextBufferChannelBinding |
public static QueryContextConnectionInfo ( System.Net.Security.SafeDeleteContext securityContext, |
||
securityContext | System.Net.Security.SafeDeleteContext | |
connectionInfo | ||
Результат | void |
public static QueryContextStreamSizes ( System.Net.Security.SafeDeleteContext securityContext, StreamSizes &streamSizes ) : void | ||
securityContext | System.Net.Security.SafeDeleteContext | |
streamSizes | StreamSizes | |
Результат | void |
public static VerifyPackageInfo ( ) : void | ||
Результат | void |