Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Certificate property
Holds client's certificate/public key, if provided.
Type
An ICertificate object.Syntax
- Basic
object.Certificate
The Certificate(object) syntax has these parts:
The Certificate(object) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
Remarks
If you use wodFTPServer and accept remote certificates (FTPS protocol) or public keys (SFTP protocol), Certificate property will keep this information for you. You can use certificate stored here to decide if you will allow user to access your system or not. This property is filled just before LoginCertificate event fires - a good place to determine if you will allow access or not.If you're interested in quick look to client's certificate (if set!) you can always call User.Certificate.Show method.