public void AddOtherRevocationInfos(
IStore<OtherRevocationInfoFormat> otherRevocationInfoStore
)
Public Sub AddOtherRevocationInfos (
otherRevocationInfoStore As IStore(Of OtherRevocationInfoFormat)
)
public:
void AddOtherRevocationInfos(
IStore<OtherRevocationInfoFormat^>^ otherRevocationInfoStore
)
function AddOtherRevocationInfos(otherRevocationInfoStore);