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

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