110 references to GetResourceString
System.Net.Security (110)
artifacts\obj\System.Net.Security\Debug\net10.0-linux\System.SR.cs (110)
16internal static string @net_noseek => GetResourceString("net_noseek", @"This stream does not support seek operations."); 18internal static string @net_securitypackagesupport => GetResourceString("net_securitypackagesupport", @"The requested security package is not supported."); 20internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported."); 22internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class."); 24internal static string @net_io_readfailure => GetResourceString("net_io_readfailure", @"Unable to read data from the transport connection: {0}."); 26internal static string @net_io_connectionclosed => GetResourceString("net_io_connectionclosed", @"The connection was closed"); 28internal static string @net_io_invalidnestedcall => GetResourceString("net_io_invalidnestedcall", @"This method may not be called when another {0} operation is pending."); 30internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation."); 32internal static string @net_io_must_be_rw_stream => GetResourceString("net_io_must_be_rw_stream", @"The stream has to be read/write."); 34internal static string @net_io_header_id => GetResourceString("net_io_header_id", @"Found a wrong header field {0} read : {1}, expected : {2}."); 36internal static string @net_io_out_range => GetResourceString("net_io_out_range", @"The byte count must not exceed {0} bytes for this stream type."); 38internal static string @net_io_encrypt => GetResourceString("net_io_encrypt", @"The encryption operation failed, see inner exception."); 40internal static string @net_io_decrypt => GetResourceString("net_io_decrypt", @"The decryption operation failed, see inner exception."); 42internal static string @net_io_read => GetResourceString("net_io_read", @"The read operation failed, see inner exception."); 44internal static string @net_io_write => GetResourceString("net_io_write", @"The write operation failed, see inner exception."); 46internal static string @net_io_eof => GetResourceString("net_io_eof", @"Received an unexpected EOF or 0 bytes from the transport stream."); 48internal static string @net_log_listener_no_cbt_disabled => GetResourceString("net_log_listener_no_cbt_disabled", @"No channel binding check because extended protection is disabled."); 50internal static string @net_log_listener_no_cbt_http => GetResourceString("net_log_listener_no_cbt_http", @"No channel binding check for requests without a secure channel."); 52internal static string @net_log_listener_no_cbt_trustedproxy => GetResourceString("net_log_listener_no_cbt_trustedproxy", @"No channel binding check for the trusted proxy scenario."); 54internal static string @net_log_listener_cbt => GetResourceString("net_log_listener_cbt", @"Channel binding check enabled."); 56internal static string @net_log_listener_no_spns => GetResourceString("net_log_listener_no_spns", @"No service names could be determined from the registered prefixes. Specify an ExtendedProtectionPolicy object which contains an explicit list of service names."); 58internal static string @net_log_listener_no_spn_kerberos => GetResourceString("net_log_listener_no_spn_kerberos", @"No explicit service name check because Kerberos authentication already validates the service name."); 60internal static string @net_log_listener_no_spn_disabled => GetResourceString("net_log_listener_no_spn_disabled", @"No service name check because extended protection is disabled."); 62internal static string @net_log_listener_no_spn_cbt => GetResourceString("net_log_listener_no_spn_cbt", @"No service name check because the channel binding was already checked."); 64internal static string @net_log_listener_no_spn_whensupported => GetResourceString("net_log_listener_no_spn_whensupported", @"No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported."); 66internal static string @net_log_listener_spn => GetResourceString("net_log_listener_spn", @"Client provided service name '{0}'."); 68internal static string @net_log_listener_spn_passed => GetResourceString("net_log_listener_spn_passed", @"Service name check succeeded."); 70internal static string @net_log_listener_spn_failed => GetResourceString("net_log_listener_spn_failed", @"Service name check failed."); 72internal static string @net_log_listener_spn_failed_always => GetResourceString("net_log_listener_spn_failed_always", @"Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always."); 74internal static string @net_log_listener_spn_failed_empty => GetResourceString("net_log_listener_spn_failed_empty", @"No acceptable service names were configured!"); 76internal static string @net_log_listener_spn_failed_dump => GetResourceString("net_log_listener_spn_failed_dump", @"Dumping acceptable service names:"); 78internal static string @net_ssl_io_frame => GetResourceString("net_ssl_io_frame", @"The handshake failed due to an unexpected packet format."); 80internal static string @net_ssl_io_renego => GetResourceString("net_ssl_io_renego", @"The remote party requested renegotiation when AllowRenegotiation was set to false."); 82internal static string @net_ssl_io_cert_validation => GetResourceString("net_ssl_io_cert_validation", @"The remote certificate is invalid according to the validation procedure: {0}"); 84internal static string @net_ssl_io_cert_chain_validation => GetResourceString("net_ssl_io_cert_chain_validation", @"The remote certificate is invalid because of errors in the certificate chain: {0}"); 86internal static string @net_ssl_io_cert_custom_validation => GetResourceString("net_ssl_io_cert_custom_validation", @"The remote certificate was rejected by the provided RemoteCertificateValidationCallback."); 88internal static string @net_ssl_io_no_server_cert => GetResourceString("net_ssl_io_no_server_cert", @"The server mode SSL must use a certificate with the associated private key."); 90internal static string @net_ssl_io_already_shutdown => GetResourceString("net_ssl_io_already_shutdown", @"Write operations are not allowed after the channel was shutdown."); 92internal static string @net_auth_bad_client_creds => GetResourceString("net_auth_bad_client_creds", @"The server has rejected the client credentials."); 94internal static string @net_auth_bad_client_creds_or_target_mismatch => GetResourceString("net_auth_bad_client_creds_or_target_mismatch", @"Either the target name is incorrect or the server has rejected the client credentials."); 96internal static string @net_auth_context_expectation => GetResourceString("net_auth_context_expectation", @"A security requirement was not fulfilled during authentication. Required: {0}, negotiated: {1}."); 98internal static string @net_auth_context_expectation_remote => GetResourceString("net_auth_context_expectation_remote", @"A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel."); 100internal static string @net_auth_supported_impl_levels => GetResourceString("net_auth_supported_impl_levels", @"The supported values are Identification, Impersonation or Delegation."); 102internal static string @net_auth_reauth => GetResourceString("net_auth_reauth", @"This operation is not allowed on a security context that has already been authenticated."); 104internal static string @net_auth_noauth => GetResourceString("net_auth_noauth", @"This operation is only allowed using a successfully authenticated context."); 106internal static string @net_auth_client_server => GetResourceString("net_auth_client_server", @"Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role."); 108internal static string @net_auth_SSPI => GetResourceString("net_auth_SSPI", @"Authentication failed, see inner exception."); 110internal static string @net_auth_eof => GetResourceString("net_auth_eof", @"Authentication failed because the remote party has closed the transport stream."); 112internal static string @net_auth_tls_alert => GetResourceString("net_auth_tls_alert", @"Authentication failed because the remote party sent a TLS alert: '{0}'."); 114internal static string @net_auth_alert => GetResourceString("net_auth_alert", @"Authentication failed on the remote side (the stream might still be available for additional authentication attempts)."); 116internal static string @net_auth_ephemeral => GetResourceString("net_auth_ephemeral", @"Authentication failed because the platform does not support ephemeral keys."); 118internal static string @net_auth_message_not_encrypted => GetResourceString("net_auth_message_not_encrypted", @"Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level."); 120internal static string @net_auth_must_specify_extended_protection_scheme => GetResourceString("net_auth_must_specify_extended_protection_scheme", @"An extended protection policy must specify either a custom channel binding or a custom service name collection."); 122internal static string @net_frame_size => GetResourceString("net_frame_size", @"Received an invalid authentication frame. The message size is limited to {0} bytes, attempted to read {1} bytes."); 124internal static string @net_frame_read_size => GetResourceString("net_frame_read_size", @"Cannot determine the frame size or a corrupted frame was received."); 126internal static string @net_frame_max_size => GetResourceString("net_frame_max_size", @"The payload size is limited to {0}, attempted set it to {1}."); 128internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration."); 130internal static string @net_log_open_store_failed => GetResourceString("net_log_open_store_failed", @"Opening Certificate store {0} failed, exception: {1}."); 132internal static string @net_log_remote_cert_has_errors => GetResourceString("net_log_remote_cert_has_errors", @"Remote certificate has errors:"); 134internal static string @net_log_remote_cert_not_available => GetResourceString("net_log_remote_cert_not_available", @"The remote server did not provide a certificate."); 136internal static string @net_log_remote_cert_name_mismatch => GetResourceString("net_log_remote_cert_name_mismatch", @"Certificate name mismatch."); 138internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_error", @"{0} failed with error {1}."); 140internal static string @SSPIInvalidHandleType => GetResourceString("SSPIInvalidHandleType", @"'{0}' is not a supported handle type."); 142internal static string @security_ExtendedProtectionPolicy_UseDifferentConstructorForNever => GetResourceString("security_ExtendedProtectionPolicy_UseDifferentConstructorForNever", @"To construct a policy with PolicyEnforcement.Never, the single-parameter constructor must be used."); 144internal static string @security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection => GetResourceString("security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection", @"The ServiceNameCollection must contain at least one service name."); 146internal static string @net_allocate_ssl_context_failed => GetResourceString("net_allocate_ssl_context_failed", @"Failed to allocate SSL/TLS context, OpenSSL error - {0}."); 148internal static string @net_ssl_get_default_sigalgs_failed => GetResourceString("net_ssl_get_default_sigalgs_failed", @"Failed to get default signature algorithms."); 150internal static string @net_ssl_set_sigalgs_failed => GetResourceString("net_ssl_set_sigalgs_failed", @"Failed to set {0} signature algorithms."); 152internal static string @net_generic_operation_failed => GetResourceString("net_generic_operation_failed", @"Operation failed with error - {0}."); 154internal static string @net_ssl_decrypt_failed => GetResourceString("net_ssl_decrypt_failed", @"Decrypt failed with OpenSSL error - {0}."); 156internal static string @net_ssl_encrypt_failed => GetResourceString("net_ssl_encrypt_failed", @"Encrypt failed with OpenSSL error - {0}."); 158internal static string @net_ssl_check_private_key_failed => GetResourceString("net_ssl_check_private_key_failed", @"SSL certificate private key check failed with OpenSSL error - {0}."); 160internal static string @net_ssl_handshake_failed_error => GetResourceString("net_ssl_handshake_failed_error", @"SSL Handshake failed with OpenSSL error - {0}."); 162internal static string @net_ssl_read_bio_failed_error => GetResourceString("net_ssl_read_bio_failed_error", @"SSL Read BIO failed with OpenSSL error - {0}."); 164internal static string @net_ssl_use_cert_failed => GetResourceString("net_ssl_use_cert_failed", @"Using SSL certificate failed with OpenSSL error - {0}."); 166internal static string @net_ssl_use_private_key_failed => GetResourceString("net_ssl_use_private_key_failed", @"Using SSL certificate private key failed with OpenSSL error - {0}."); 168internal static string @net_ssl_write_bio_failed_error => GetResourceString("net_ssl_write_bio_failed_error", @"SSL Write BIO failed with OpenSSL error - {0}."); 170internal static string @net_ssl_get_connection_info_failed => GetResourceString("net_ssl_get_connection_info_failed", @"Getting SSL connection info failed with OpenSSL error - {0}."); 172internal static string @net_ssl_get_channel_binding_token_failed => GetResourceString("net_ssl_get_channel_binding_token_failed", @"Fetching channel binding token failed with OpenSSL error - {0}."); 174internal static string @net_ssl_invalid_certificate => GetResourceString("net_ssl_invalid_certificate", @"SSL certificate returned is invalid, OpenSSL error - {0}."); 176internal static string @net_ssl_encryptionpolicy_notsupported => GetResourceString("net_ssl_encryptionpolicy_notsupported", @"The '{0}' encryption policy is not supported by this installation of OpenSSL."); 178internal static string @net_gssapi_operation_failed_detailed => GetResourceString("net_gssapi_operation_failed_detailed", @"GSSAPI operation failed with error - {0} ({1})."); 180internal static string @net_gssapi_operation_failed => GetResourceString("net_gssapi_operation_failed", @"GSSAPI operation failed with status: {0} (Minor status: {1})."); 182internal static string @net_gssapi_operation_failed_detailed_majoronly => GetResourceString("net_gssapi_operation_failed_detailed_majoronly", @"GSSAPI operation failed with error - {0}."); 184internal static string @net_gssapi_operation_failed_majoronly => GetResourceString("net_gssapi_operation_failed_majoronly", @"GSSAPI operation failed with status: {0}."); 186internal static string @net_gssapi_ntlm_missing_plugin => GetResourceString("net_gssapi_ntlm_missing_plugin", @"NTLM authentication requires the GSSAPI plugin 'gss-ntlmssp'."); 188internal static string @net_context_buffer_too_small => GetResourceString("net_context_buffer_too_small", @"Insufficient buffer space. Required: {0} Actual: {1}."); 190internal static string @net_ntlm_not_possible_default_cred => GetResourceString("net_ntlm_not_possible_default_cred", @"NTLM authentication is not possible with default credentials on this platform."); 192internal static string @net_nego_server_not_supported => GetResourceString("net_nego_server_not_supported", @"Server implementation is not supported"); 194internal static string @net_nego_protection_level_not_supported => GetResourceString("net_nego_protection_level_not_supported", @"Requested protection level is not supported with the GSSAPI implementation currently installed."); 196internal static string @net_nego_not_supported_empty_target_with_defaultcreds => GetResourceString("net_nego_not_supported_empty_target_with_defaultcreds", @"Target name should be non empty if default credentials are passed."); 198internal static string @net_security_sslprotocol_contiguous => GetResourceString("net_security_sslprotocol_contiguous", @"The requested combination of SslProtocols ({0}) is not valid for this platform because it skips intermediate versions."); 200internal static string @net_security_sslprotocol_notsupported => GetResourceString("net_security_sslprotocol_notsupported", @"The requested SslProtocols ({0}) are not supported on this platform."); 202internal static string @net_encryptionpolicy_notsupported => GetResourceString("net_encryptionpolicy_notsupported", @"The '{0}' encryption policy is not supported on this platform."); 204internal static string @net_alpn_config_failed => GetResourceString("net_alpn_config_failed", @"ALPN configuration failed on this platform."); 206internal static string @net_alpn_failed => GetResourceString("net_alpn_failed", @"No common application protocol exists between the client and the server. Application negotiation failed."); 208internal static string @net_ssl_app_protocols_invalid => GetResourceString("net_ssl_app_protocols_invalid", @"The application protocol list is invalid."); 210internal static string @net_ssl_app_protocol_invalid => GetResourceString("net_ssl_app_protocol_invalid", @"The application protocol value is invalid."); 212internal static string @net_conflicting_options => GetResourceString("net_conflicting_options", @"The '{0}' option was already set in the SslStream constructor."); 214internal static string @net_ssl_ciphersuites_policy_not_supported => GetResourceString("net_ssl_ciphersuites_policy_not_supported", @"CipherSuitesPolicy is not supported on this platform."); 216internal static string @net_ssl_allow_rsa_padding_not_supported => GetResourceString("net_ssl_allow_rsa_padding_not_supported", @"Disabling AllowRsaPssPadding or AllowRsaPkcs1Padding is not supported on this platform."); 218internal static string @SystemNetSecurity_PlatformNotSupported => GetResourceString("SystemNetSecurity_PlatformNotSupported", @"System.Net.Security is not supported on this platform."); 220internal static string @net_ssl_certificate_exist => GetResourceString("net_ssl_certificate_exist", @"Remote certificate is already available."); 222internal static string @net_ssl_renegotiate_data => GetResourceString("net_ssl_renegotiate_data", @"Received data during renegotiation."); 224internal static string @net_ssl_renegotiate_buffer => GetResourceString("net_ssl_renegotiate_buffer", @"Client stream needs to be drained before renegotiation."); 226internal static string @net_android_ssl_api_level_unsupported => GetResourceString("net_android_ssl_api_level_unsupported", @"Setting an SNI hostname is not supported on this API level."); 228internal static string @net_ssl_trust_store => GetResourceString("net_ssl_trust_store", @"Only LocalMachine stores are supported on Windows."); 230internal static string @net_ssl_trust_collection => GetResourceString("net_ssl_trust_collection", @"Sending trust from collection is not supported on Windows."); 232internal static string @net_ssl_trust_handshake => GetResourceString("net_ssl_trust_handshake", @"Sending trust in handshake is not supported on this platform."); 234internal static string @Cryptography_Der_Invalid_Encoding => GetResourceString("Cryptography_Der_Invalid_Encoding", @"ASN1 corrupted data.");