| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property CipherAlgorithm As CipherAlgorithmType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SslInfo Dim value As CipherAlgorithmType value = instance.CipherAlgorithm | |
| C# | |
|---|---|
public CipherAlgorithmType CipherAlgorithm {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property CipherAlgorithmType get_CipherAlgorithm(); | |
| C++/CLI | |
|---|---|
public: property CipherAlgorithmType CipherAlgorithm { CipherAlgorithmType get(); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code