![]() | SUMMARY | DETAIL |
Macros to retrievw electronic signature information for files that are in the repository.
Macro Summary | |
external | %lsaf_getsignatures(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetSignatures);
Gets the metadata for all of the signatures of a file or a specific version of the file. ...
|
external | %lsaf_getsigningstatus(lsaf_path=);
Gets the status of a signature for the current file. ...
|
external | %lsaf_isversionsigned(lsaf_path=, lsaf_version=);
Indicates whether the specified version of a file in the repository is signed.
|
Macro Detail |
%lsaf_getsignatures(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetSignatures);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the file in the repository.lsaf_version
-
- Optional - The specific version number of the file. If not specified,sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getsigningstatus(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code._lsafSigningStatus_
-
The signature status.lsaf_path
-
- Required - The full path, which includes the name of the file.
%lsaf_isversionsigned(lsaf_path=, lsaf_version=);
[ Exposure:
external
]
_lsafIsVersionSigned_
-
Indicates whether the version of the file is signed._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The full path, which includes the name of the file.lsaf_version
-
- Required - The version of the file.