Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
627 B

--
-- GlobalDirectives.ASN
--
--#comment "Copyright (C) Microsoft Corporation, 1996-1999. All rights reserved."--
--#comment "ASN.1 definitions for GlobalDirectives"--
--#oid array-- -- object identifier is 16-node fixed array
--#SS.basic lenptr-- -- set of and sequence of w/o size constraint
--#SS.sized lenptr-- -- set of and sequence of w/ size constraint
CSPASN
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
IssuerAndSerialNumber ::= SEQUENCE {
issuer ANY, -- X.509
serialNumber INTEGER --#intx-- -- X.509
} --#public--
END