12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
|
unit IdResourceStringsSSLDotNet;
|
||
|
|
||
|
interface
|
||
|
|
||
|
resourcestring
|
||
|
RSSSLNETNotAuthenticated = 'Not authenticated';
|
||
|
RSSSLNETCertificateRequired = 'Certificate required for servers';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|