PublicKeyPropertyKeyType Property
This is used to set or get the public key type
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string KeyType { get; set; }
Public Property KeyType As String
Get
Set
public:
property String^ KeyType {
String^ get ();
void set (String^ value);
}
member KeyType : string with get, set
Property Value
StringThe value is a string defining the type of key that the property value represents such as
X509, PGP, etc.