Skip to content

Commit 49c1949

Browse files
Update SendWithThirdPartyNotary.cs
1 parent fe67bf7 commit 49c1949

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

launcher-csharp/Notary/Examples/SendWithThirdPartyNotary.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,15 @@ private static List<NotaryRecipient> GetNotaryRecipients()
177177
NotaryType = "remote",
178178
NotarySourceType = "thirdparty",
179179
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+
},
180189
},
181190
};
182191

0 commit comments

Comments
 (0)