| Visual Basic (Declaration) | |
|---|---|
Public ContextId As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Security Dim value() As Byte value = instance.ContextId instance.ContextId = value | |
| C# | |
|---|---|
public byte[] ContextId | |
| Managed Extensions for C++ | |
|---|---|
public: byte[]* ContextId | |
| C++/CLI | |
|---|---|
public: array<byte>^ ContextId | |
Property Value
Byte arrayIf not set, encoding uses the Security.EngineId value for this field.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code