We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe67bf7 commit 49c1949Copy full SHA for 49c1949
launcher-csharp/Notary/Examples/SendWithThirdPartyNotary.cs
@@ -177,6 +177,15 @@ private static List<NotaryRecipient> GetNotaryRecipients()
177
NotaryType = "remote",
178
NotarySourceType = "thirdparty",
179
NotaryThirdPartyPartner = "onenotary",
180
+ RecipientSignatureProviders = new List<RecipientSignatureProvider>
181
+ {
182
+ new RecipientSignatureProvider
183
184
+ SealDocumentsWithTabsOnly = "false",
185
+ SignatureProviderName = "ds_authority_idv",
186
+ SignatureProviderOptions = new RecipientSignatureProviderOptions(),
187
+ },
188
189
},
190
};
191
0 commit comments