|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Net.Security
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Net.Security.SR)));
/// <summary>This stream does not support seek operations.</summary>
internal static string @net_noseek => GetResourceString("net_noseek", @"This stream does not support seek operations.");
/// <summary>The requested security package is not supported.</summary>
internal static string @net_securitypackagesupport => GetResourceString("net_securitypackagesupport", @"The requested security package is not supported.");
/// <summary>The requested security protocol is not supported.</summary>
internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported.");
/// <summary>This method is not implemented by this class.</summary>
internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class.");
/// <summary>Unable to read data from the transport connection: {0}.</summary>
internal static string @net_io_readfailure => GetResourceString("net_io_readfailure", @"Unable to read data from the transport connection: {0}.");
/// <summary>The connection was closed</summary>
internal static string @net_io_connectionclosed => GetResourceString("net_io_connectionclosed", @"The connection was closed");
/// <summary>This method may not be called when another {0} operation is pending.</summary>
internal static string @net_io_invalidnestedcall => GetResourceString("net_io_invalidnestedcall", @"This method may not be called when another {0} operation is pending.");
/// <summary>{0} can only be called once for each asynchronous operation.</summary>
internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation.");
/// <summary>The stream has to be read/write.</summary>
internal static string @net_io_must_be_rw_stream => GetResourceString("net_io_must_be_rw_stream", @"The stream has to be read/write.");
/// <summary>Found a wrong header field {0} read : {1}, expected : {2}.</summary>
internal static string @net_io_header_id => GetResourceString("net_io_header_id", @"Found a wrong header field {0} read : {1}, expected : {2}.");
/// <summary>The byte count must not exceed {0} bytes for this stream type.</summary>
internal static string @net_io_out_range => GetResourceString("net_io_out_range", @"The byte count must not exceed {0} bytes for this stream type.");
/// <summary>The encryption operation failed, see inner exception.</summary>
internal static string @net_io_encrypt => GetResourceString("net_io_encrypt", @"The encryption operation failed, see inner exception.");
/// <summary>The decryption operation failed, see inner exception.</summary>
internal static string @net_io_decrypt => GetResourceString("net_io_decrypt", @"The decryption operation failed, see inner exception.");
/// <summary>The read operation failed, see inner exception.</summary>
internal static string @net_io_read => GetResourceString("net_io_read", @"The read operation failed, see inner exception.");
/// <summary>The write operation failed, see inner exception.</summary>
internal static string @net_io_write => GetResourceString("net_io_write", @"The write operation failed, see inner exception.");
/// <summary>Received an unexpected EOF or 0 bytes from the transport stream.</summary>
internal static string @net_io_eof => GetResourceString("net_io_eof", @"Received an unexpected EOF or 0 bytes from the transport stream.");
/// <summary>No channel binding check because extended protection is disabled.</summary>
internal static string @net_log_listener_no_cbt_disabled => GetResourceString("net_log_listener_no_cbt_disabled", @"No channel binding check because extended protection is disabled.");
/// <summary>No channel binding check for requests without a secure channel.</summary>
internal 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.");
/// <summary>No channel binding check for the trusted proxy scenario.</summary>
internal static string @net_log_listener_no_cbt_trustedproxy => GetResourceString("net_log_listener_no_cbt_trustedproxy", @"No channel binding check for the trusted proxy scenario.");
/// <summary>Channel binding check enabled.</summary>
internal static string @net_log_listener_cbt => GetResourceString("net_log_listener_cbt", @"Channel binding check enabled.");
/// <summary>No service names could be determined from the registered prefixes. Specify an ExtendedProtectionPolicy object which contains an explicit list of service names.</summary>
internal 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.");
/// <summary>No explicit service name check because Kerberos authentication already validates the service name.</summary>
internal 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.");
/// <summary>No service name check because extended protection is disabled.</summary>
internal static string @net_log_listener_no_spn_disabled => GetResourceString("net_log_listener_no_spn_disabled", @"No service name check because extended protection is disabled.");
/// <summary>No service name check because the channel binding was already checked.</summary>
internal 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.");
/// <summary>No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported.</summary>
internal 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.");
/// <summary>Client provided service name '{0}'.</summary>
internal static string @net_log_listener_spn => GetResourceString("net_log_listener_spn", @"Client provided service name '{0}'.");
/// <summary>Service name check succeeded.</summary>
internal static string @net_log_listener_spn_passed => GetResourceString("net_log_listener_spn_passed", @"Service name check succeeded.");
/// <summary>Service name check failed.</summary>
internal static string @net_log_listener_spn_failed => GetResourceString("net_log_listener_spn_failed", @"Service name check failed.");
/// <summary>Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always.</summary>
internal 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.");
/// <summary>No acceptable service names were configured!</summary>
internal static string @net_log_listener_spn_failed_empty => GetResourceString("net_log_listener_spn_failed_empty", @"No acceptable service names were configured!");
/// <summary>Dumping acceptable service names:</summary>
internal static string @net_log_listener_spn_failed_dump => GetResourceString("net_log_listener_spn_failed_dump", @"Dumping acceptable service names:");
/// <summary>The handshake failed due to an unexpected packet format.</summary>
internal static string @net_ssl_io_frame => GetResourceString("net_ssl_io_frame", @"The handshake failed due to an unexpected packet format.");
/// <summary>The remote party requested renegotiation when AllowRenegotiation was set to false.</summary>
internal static string @net_ssl_io_renego => GetResourceString("net_ssl_io_renego", @"The remote party requested renegotiation when AllowRenegotiation was set to false.");
/// <summary>The remote certificate is invalid according to the validation procedure: {0}</summary>
internal static string @net_ssl_io_cert_validation => GetResourceString("net_ssl_io_cert_validation", @"The remote certificate is invalid according to the validation procedure: {0}");
/// <summary>The remote certificate is invalid because of errors in the certificate chain: {0}</summary>
internal 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}");
/// <summary>The remote certificate was rejected by the provided RemoteCertificateValidationCallback.</summary>
internal static string @net_ssl_io_cert_custom_validation => GetResourceString("net_ssl_io_cert_custom_validation", @"The remote certificate was rejected by the provided RemoteCertificateValidationCallback.");
/// <summary>The server mode SSL must use a certificate with the associated private key.</summary>
internal 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.");
/// <summary>Write operations are not allowed after the channel was shutdown.</summary>
internal static string @net_ssl_io_already_shutdown => GetResourceString("net_ssl_io_already_shutdown", @"Write operations are not allowed after the channel was shutdown.");
/// <summary>The server has rejected the client credentials.</summary>
internal static string @net_auth_bad_client_creds => GetResourceString("net_auth_bad_client_creds", @"The server has rejected the client credentials.");
/// <summary>Either the target name is incorrect or the server has rejected the client credentials.</summary>
internal 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.");
/// <summary>A security requirement was not fulfilled during authentication. Required: {0}, negotiated: {1}.</summary>
internal static string @net_auth_context_expectation => GetResourceString("net_auth_context_expectation", @"A security requirement was not fulfilled during authentication. Required: {0}, negotiated: {1}.");
/// <summary>A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel.</summary>
internal 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.");
/// <summary>The supported values are Identification, Impersonation or Delegation.</summary>
internal static string @net_auth_supported_impl_levels => GetResourceString("net_auth_supported_impl_levels", @"The supported values are Identification, Impersonation or Delegation.");
/// <summary>This operation is not allowed on a security context that has already been authenticated.</summary>
internal static string @net_auth_reauth => GetResourceString("net_auth_reauth", @"This operation is not allowed on a security context that has already been authenticated.");
/// <summary>This operation is only allowed using a successfully authenticated context.</summary>
internal static string @net_auth_noauth => GetResourceString("net_auth_noauth", @"This operation is only allowed using a successfully authenticated context.");
/// <summary>Once authentication is attempted as the client or server, additional authentication attempts must use the same client or server role.</summary>
internal 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.");
/// <summary>Authentication failed, see inner exception.</summary>
internal static string @net_auth_SSPI => GetResourceString("net_auth_SSPI", @"Authentication failed, see inner exception.");
/// <summary>Authentication failed because the remote party has closed the transport stream.</summary>
internal static string @net_auth_eof => GetResourceString("net_auth_eof", @"Authentication failed because the remote party has closed the transport stream.");
/// <summary>Authentication failed because the remote party sent a TLS alert: '{0}'.</summary>
internal static string @net_auth_tls_alert => GetResourceString("net_auth_tls_alert", @"Authentication failed because the remote party sent a TLS alert: '{0}'.");
/// <summary>Authentication failed on the remote side (the stream might still be available for additional authentication attempts).</summary>
internal 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).");
/// <summary>Authentication failed because the platform does not support ephemeral keys.</summary>
internal static string @net_auth_ephemeral => GetResourceString("net_auth_ephemeral", @"Authentication failed because the platform does not support ephemeral keys.");
/// <summary>Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.</summary>
internal 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.");
/// <summary>An extended protection policy must specify either a custom channel binding or a custom service name collection.</summary>
internal 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.");
/// <summary>Received an invalid authentication frame. The message size is limited to {0} bytes, attempted to read {1} bytes.</summary>
internal 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.");
/// <summary>Cannot determine the frame size or a corrupted frame was received.</summary>
internal static string @net_frame_read_size => GetResourceString("net_frame_read_size", @"Cannot determine the frame size or a corrupted frame was received.");
/// <summary>The payload size is limited to {0}, attempted set it to {1}.</summary>
internal static string @net_frame_max_size => GetResourceString("net_frame_max_size", @"The payload size is limited to {0}, attempted set it to {1}.");
/// <summary>The specified value is not valid in the '{0}' enumeration.</summary>
internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration.");
/// <summary>Opening Certificate store {0} failed, exception: {1}.</summary>
internal static string @net_log_open_store_failed => GetResourceString("net_log_open_store_failed", @"Opening Certificate store {0} failed, exception: {1}.");
/// <summary>Remote certificate has errors:</summary>
internal static string @net_log_remote_cert_has_errors => GetResourceString("net_log_remote_cert_has_errors", @"Remote certificate has errors:");
/// <summary>The remote server did not provide a certificate.</summary>
internal static string @net_log_remote_cert_not_available => GetResourceString("net_log_remote_cert_not_available", @"The remote server did not provide a certificate.");
/// <summary>Certificate name mismatch.</summary>
internal static string @net_log_remote_cert_name_mismatch => GetResourceString("net_log_remote_cert_name_mismatch", @"Certificate name mismatch.");
/// <summary>{0} failed with error {1}.</summary>
internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_error", @"{0} failed with error {1}.");
/// <summary>'{0}' is not a supported handle type.</summary>
internal static string @SSPIInvalidHandleType => GetResourceString("SSPIInvalidHandleType", @"'{0}' is not a supported handle type.");
/// <summary>To construct a policy with PolicyEnforcement.Never, the single-parameter constructor must be used.</summary>
internal static string @security_ExtendedProtectionPolicy_UseDifferentConstructorForNever => GetResourceString("security_ExtendedProtectionPolicy_UseDifferentConstructorForNever", @"To construct a policy with PolicyEnforcement.Never, the single-parameter constructor must be used.");
/// <summary>The ServiceNameCollection must contain at least one service name.</summary>
internal static string @security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection => GetResourceString("security_ExtendedProtectionPolicy_NoEmptyServiceNameCollection", @"The ServiceNameCollection must contain at least one service name.");
/// <summary>Failed to allocate SSL/TLS context, OpenSSL error - {0}.</summary>
internal static string @net_allocate_ssl_context_failed => GetResourceString("net_allocate_ssl_context_failed", @"Failed to allocate SSL/TLS context, OpenSSL error - {0}.");
/// <summary>Failed to get default signature algorithms.</summary>
internal static string @net_ssl_get_default_sigalgs_failed => GetResourceString("net_ssl_get_default_sigalgs_failed", @"Failed to get default signature algorithms.");
/// <summary>Failed to set {0} signature algorithms.</summary>
internal static string @net_ssl_set_sigalgs_failed => GetResourceString("net_ssl_set_sigalgs_failed", @"Failed to set {0} signature algorithms.");
/// <summary>Operation failed with error - {0}.</summary>
internal static string @net_generic_operation_failed => GetResourceString("net_generic_operation_failed", @"Operation failed with error - {0}.");
/// <summary>Decrypt failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_decrypt_failed => GetResourceString("net_ssl_decrypt_failed", @"Decrypt failed with OpenSSL error - {0}.");
/// <summary>Encrypt failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_encrypt_failed => GetResourceString("net_ssl_encrypt_failed", @"Encrypt failed with OpenSSL error - {0}.");
/// <summary>SSL certificate private key check failed with OpenSSL error - {0}.</summary>
internal 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}.");
/// <summary>SSL Handshake failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_handshake_failed_error => GetResourceString("net_ssl_handshake_failed_error", @"SSL Handshake failed with OpenSSL error - {0}.");
/// <summary>SSL Read BIO failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_read_bio_failed_error => GetResourceString("net_ssl_read_bio_failed_error", @"SSL Read BIO failed with OpenSSL error - {0}.");
/// <summary>Using SSL certificate failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_use_cert_failed => GetResourceString("net_ssl_use_cert_failed", @"Using SSL certificate failed with OpenSSL error - {0}.");
/// <summary>Using SSL certificate private key failed with OpenSSL error - {0}.</summary>
internal 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}.");
/// <summary>SSL Write BIO failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_write_bio_failed_error => GetResourceString("net_ssl_write_bio_failed_error", @"SSL Write BIO failed with OpenSSL error - {0}.");
/// <summary>Getting SSL connection info failed with OpenSSL error - {0}.</summary>
internal static string @net_ssl_get_connection_info_failed => GetResourceString("net_ssl_get_connection_info_failed", @"Getting SSL connection info failed with OpenSSL error - {0}.");
/// <summary>Fetching channel binding token failed with OpenSSL error - {0}.</summary>
internal 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}.");
/// <summary>SSL certificate returned is invalid, OpenSSL error - {0}.</summary>
internal static string @net_ssl_invalid_certificate => GetResourceString("net_ssl_invalid_certificate", @"SSL certificate returned is invalid, OpenSSL error - {0}.");
/// <summary>The '{0}' encryption policy is not supported by this installation of OpenSSL.</summary>
internal static string @net_ssl_encryptionpolicy_notsupported => GetResourceString("net_ssl_encryptionpolicy_notsupported", @"The '{0}' encryption policy is not supported by this installation of OpenSSL.");
/// <summary>GSSAPI operation failed with error - {0} ({1}).</summary>
internal static string @net_gssapi_operation_failed_detailed => GetResourceString("net_gssapi_operation_failed_detailed", @"GSSAPI operation failed with error - {0} ({1}).");
/// <summary>GSSAPI operation failed with status: {0} (Minor status: {1}).</summary>
internal static string @net_gssapi_operation_failed => GetResourceString("net_gssapi_operation_failed", @"GSSAPI operation failed with status: {0} (Minor status: {1}).");
/// <summary>GSSAPI operation failed with error - {0}.</summary>
internal static string @net_gssapi_operation_failed_detailed_majoronly => GetResourceString("net_gssapi_operation_failed_detailed_majoronly", @"GSSAPI operation failed with error - {0}.");
/// <summary>GSSAPI operation failed with status: {0}.</summary>
internal static string @net_gssapi_operation_failed_majoronly => GetResourceString("net_gssapi_operation_failed_majoronly", @"GSSAPI operation failed with status: {0}.");
/// <summary>NTLM authentication requires the GSSAPI plugin 'gss-ntlmssp'.</summary>
internal static string @net_gssapi_ntlm_missing_plugin => GetResourceString("net_gssapi_ntlm_missing_plugin", @"NTLM authentication requires the GSSAPI plugin 'gss-ntlmssp'.");
/// <summary>Insufficient buffer space. Required: {0} Actual: {1}.</summary>
internal static string @net_context_buffer_too_small => GetResourceString("net_context_buffer_too_small", @"Insufficient buffer space. Required: {0} Actual: {1}.");
/// <summary>NTLM authentication is not possible with default credentials on this platform.</summary>
internal 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.");
/// <summary>Server implementation is not supported</summary>
internal static string @net_nego_server_not_supported => GetResourceString("net_nego_server_not_supported", @"Server implementation is not supported");
/// <summary>Requested protection level is not supported with the GSSAPI implementation currently installed.</summary>
internal 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.");
/// <summary>Target name should be non empty if default credentials are passed.</summary>
internal 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.");
/// <summary>The requested combination of SslProtocols ({0}) is not valid for this platform because it skips intermediate versions.</summary>
internal 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.");
/// <summary>The requested SslProtocols ({0}) are not supported on this platform.</summary>
internal static string @net_security_sslprotocol_notsupported => GetResourceString("net_security_sslprotocol_notsupported", @"The requested SslProtocols ({0}) are not supported on this platform.");
/// <summary>The '{0}' encryption policy is not supported on this platform.</summary>
internal static string @net_encryptionpolicy_notsupported => GetResourceString("net_encryptionpolicy_notsupported", @"The '{0}' encryption policy is not supported on this platform.");
/// <summary>ALPN configuration failed on this platform.</summary>
internal static string @net_alpn_config_failed => GetResourceString("net_alpn_config_failed", @"ALPN configuration failed on this platform.");
/// <summary>No common application protocol exists between the client and the server. Application negotiation failed.</summary>
internal static string @net_alpn_failed => GetResourceString("net_alpn_failed", @"No common application protocol exists between the client and the server. Application negotiation failed.");
/// <summary>The application protocol list is invalid.</summary>
internal static string @net_ssl_app_protocols_invalid => GetResourceString("net_ssl_app_protocols_invalid", @"The application protocol list is invalid.");
/// <summary>The application protocol value is invalid.</summary>
internal static string @net_ssl_app_protocol_invalid => GetResourceString("net_ssl_app_protocol_invalid", @"The application protocol value is invalid.");
/// <summary>The '{0}' option was already set in the SslStream constructor.</summary>
internal static string @net_conflicting_options => GetResourceString("net_conflicting_options", @"The '{0}' option was already set in the SslStream constructor.");
/// <summary>CipherSuitesPolicy is not supported on this platform.</summary>
internal static string @net_ssl_ciphersuites_policy_not_supported => GetResourceString("net_ssl_ciphersuites_policy_not_supported", @"CipherSuitesPolicy is not supported on this platform.");
/// <summary>Disabling AllowRsaPssPadding or AllowRsaPkcs1Padding is not supported on this platform.</summary>
internal 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.");
/// <summary>System.Net.Security is not supported on this platform.</summary>
internal static string @SystemNetSecurity_PlatformNotSupported => GetResourceString("SystemNetSecurity_PlatformNotSupported", @"System.Net.Security is not supported on this platform.");
/// <summary>Remote certificate is already available.</summary>
internal static string @net_ssl_certificate_exist => GetResourceString("net_ssl_certificate_exist", @"Remote certificate is already available.");
/// <summary>Received data during renegotiation.</summary>
internal static string @net_ssl_renegotiate_data => GetResourceString("net_ssl_renegotiate_data", @"Received data during renegotiation.");
/// <summary>Client stream needs to be drained before renegotiation.</summary>
internal static string @net_ssl_renegotiate_buffer => GetResourceString("net_ssl_renegotiate_buffer", @"Client stream needs to be drained before renegotiation.");
/// <summary>Setting an SNI hostname is not supported on this API level.</summary>
internal 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.");
/// <summary>Only LocalMachine stores are supported on Windows.</summary>
internal static string @net_ssl_trust_store => GetResourceString("net_ssl_trust_store", @"Only LocalMachine stores are supported on Windows.");
/// <summary>Sending trust from collection is not supported on Windows.</summary>
internal static string @net_ssl_trust_collection => GetResourceString("net_ssl_trust_collection", @"Sending trust from collection is not supported on Windows.");
/// <summary>Sending trust in handshake is not supported on this platform.</summary>
internal static string @net_ssl_trust_handshake => GetResourceString("net_ssl_trust_handshake", @"Sending trust in handshake is not supported on this platform.");
/// <summary>ASN1 corrupted data.</summary>
internal static string @Cryptography_Der_Invalid_Encoding => GetResourceString("Cryptography_Der_Invalid_Encoding", @"ASN1 corrupted data.");
}
}
|