-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c269d90
commit 82d4470
Showing
24 changed files
with
254 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -390,21 +390,21 @@ For readability, newlines are allowed to delineate key value pairs: | |
<a id='snippet-parseemailheaderfullnewlines'></a> | ||
```cs | ||
var protectiveMarking = Parser.ParseProtectiveMarking(""" | ||
VER=2018.4, | ||
NS=gov.au, | ||
SEC=TOP-SECRET, | ||
CAVEAT=C:CodeWord, | ||
CAVEAT=FG:USA caveat, | ||
CAVEAT=RI:AGAO, | ||
CAVEAT=SH:CABINET, | ||
CAVEAT=SH:EXCLUSIVE-FOR person, | ||
CAVEAT=RI:REL AFG/DZA, | ||
EXPIRES=2020-10-01, | ||
DOWNTO=OFFICIAL, | ||
ACCESS=Legal-Privilege, | ||
NOTE=the comments, | ||
[email protected] | ||
"""); | ||
VER=2018.4, | ||
NS=gov.au, | ||
SEC=TOP-SECRET, | ||
CAVEAT=C:CodeWord, | ||
CAVEAT=FG:USA caveat, | ||
CAVEAT=RI:AGAO, | ||
CAVEAT=SH:CABINET, | ||
CAVEAT=SH:EXCLUSIVE-FOR person, | ||
CAVEAT=RI:REL AFG/DZA, | ||
EXPIRES=2020-10-01, | ||
DOWNTO=OFFICIAL, | ||
ACCESS=Legal-Privilege, | ||
NOTE=the comments, | ||
[email protected] | ||
"""); | ||
``` | ||
<sup><a href='/src/Tests/Samples.cs#L216-L235' title='Snippet source file'>snippet source</a> | <a href='#snippet-parseemailheaderfullnewlines' title='Start of snippet'>anchor</a></sup> | ||
<!-- endSnippet --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1245,6 +1245,5 @@ public enum Country | |
/// <summary> | ||
/// Zimbabwe - ZWE | ||
/// </summary> | ||
Zimbabwe, | ||
|
||
Zimbabwe | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[assembly:InternalsVisibleTo("Tests, PublicKey=0024000004800000140100000602000000240000525341310008000001000100355DA8205E1DDA9DAF198048E0472C874B1F33CEA17040443207E4E5B727EB509C61ACC14F4AE1A1A95230E39C5D674F8F7A502BBFE7F5845B28E902B0CC2FC3020FA17B917B14746C8D7B31D6E1E3146D6FB0B403C61D217ABCDF10211777D920E2029A8F56C9049E810FD56984D5DE7478C7DB5E038F75C0FA11E66B69E224E261F9C76D8791E0CABC4A6413545321CD81E78838A75CB3B2F7410C76998503569772410654CD72C8F6B5EF531472FD5B0C37476039FA28107AE839A06E420AF48F472C85D05B795E90FAEDD945B4B860BF1124AF8424D953E8327FDD2972B0BDA33FAF1AAC61D67031940CB9AA12EAEC1669E2E53C52D51B2D9B06E8A2BBC0")] | ||
[assembly: InternalsVisibleTo("Tests, PublicKey=0024000004800000140100000602000000240000525341310008000001000100355DA8205E1DDA9DAF198048E0472C874B1F33CEA17040443207E4E5B727EB509C61ACC14F4AE1A1A95230E39C5D674F8F7A502BBFE7F5845B28E902B0CC2FC3020FA17B917B14746C8D7B31D6E1E3146D6FB0B403C61D217ABCDF10211777D920E2029A8F56C9049E810FD56984D5DE7478C7DB5E038F75C0FA11E66B69E224E261F9C76D8791E0CABC4A6413545321CD81E78838A75CB3B2F7410C76998503569772410654CD72C8F6B5EF531472FD5B0C37476039FA28107AE839A06E420AF48F472C85D05B795E90FAEDD945B4B860BF1124AF8424D953E8327FDD2972B0BDA33FAF1AAC61D67031940CB9AA12EAEC1669E2E53C52D51B2D9B06E8A2BBC0")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.