In This Topic
The serialized security certificate from the agent
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property Certificate As String
[CanBeNull()]
public string Certificate {get;}
[CanBeNull()]
public:
property String^ Certificate {
String^ get();
}
See Also