[Mono-bugs] [Bug 77155][Wis] New - AuthorityKeyIdentifier extension - can't get keyId as byte array

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 4 09:49:34 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by khe at kmd.dk.

http://bugzilla.ximian.com/show_bug.cgi?id=77155

--- shadow/77155	2006-01-04 09:49:34.000000000 -0500
+++ shadow/77155.tmp.28512	2006-01-04 09:49:34.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 77155
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Mono.Security
+AssignedTo: sebastien at ximian.com                            
+ReportedBy: khe at kmd.dk               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: AuthorityKeyIdentifier extension - can't get keyId as byte array
+
+Hi again Sebastien
+
+AuthorityKeyIdentifierExtension is missing an "Identifier" property as can 
+be found for the SubjectKeyIdentifierExtension. So the only way to get the 
+identifier is to do a ToString() and then parse that string and convert 
+the correct part of it to a byte array.
+I'm sure this is easily fixed by using the same "Identifier" technique as 
+for the SubjectKeyIdentifierExtension :)


More information about the mono-bugs mailing list