DecryptionArgs.fieldName Property¶
Module: DecryptionArgs
Type: string
Definition¶
The name of the field to decrypt.
String get fieldName => getFieldName();
Exceptions
An error has occurred during Bioseal Library execution.
public string fieldName
{
get => GetfieldName();
}
Exceptions
An error has occurred during Bioseal Library execution.
public String getFieldName() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var fieldName: String
get {
return try! getFieldName()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealDecryptionArgs_GetFieldName (ID3_BIOSEAL_DECRYPTION_ARGS hDecryptionArgs, char * fieldName, int * fieldNameSize)
Returns