DecryptionArgs.fieldName Property

Module: DecryptionArgs

Type: string

Definition

The name of the field to decrypt.

field_name: str

Exceptions

An error has occurred during Bioseal Library execution.
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

int
An error code.
See id3BiosealError file for the list of possible error codes.