isPublicOnly property
bool
get
isPublicOnly
Checks if this key is public-only.
Implementation
bool get isPublicOnly {
return _privKey == null;
}
Checks if this key is public-only.
bool get isPublicOnly {
return _privKey == null;
}