X509V3CredentialKeyFile Property |
Gets or sets the key file.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic string KeyFile { get; set; }
Public Property KeyFile As String
Get
Set
public:
property String^ KeyFile {
String^ get ();
void set (String^ value);
}
member KeyFile : string with get, set
Property Value
Type:
String
The key file.
See Also