| Visual Basic (Declaration) | |
|---|---|
Overridable ReadOnly Property CertificateType As DicomTlsCertificateType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual DicomTlsCertificateType CertificateType {get;} | |
| C++/CLI | |
|---|---|
virtual property DicomTlsCertificateType CertificateType { DicomTlsCertificateType get(); } | |
Return Value
The type of the certificate.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code