亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? system.security.cs

?? 研讀原始碼的好工具
?? CS
?? 第 1 頁 / 共 3 頁
字號:
//$si$ virtual
////////////////////////////////////////////////////////////////

// File System.Security.dll: 
// Global functions
//-------------------------------------------------------

// Global fields
//-------------------------------------------------------

// Global MemberRefs
//-------------------------------------------------------

// Types
//-------------------------------------------------------
class Util.Version : System.Object
    {
     String VersionString;
     String SBSVersionString;

     Void Util.Version();


    }

class System.Security.SecurityResources : System.Object
    {
     Class System.Resources.ResourceManager s_resMgr;

     String GetResourceString( String key);
     Void System.Security.SecurityResources();
     Void System.Security.SecurityResources();


    }

class System.Security.Cryptography.Xml.CanonicalXml : System.Object
    {
     Class System.Security.Cryptography.Xml.CanonicalXmlDocument _c14ndoc;
     String _xpathexpr;
     Boolean _includeComments;
     I4 _insideDocumentElement;
     String defaultXPathWithoutComments;
     String defaultXPathWithComments;

     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.IO.Stream inputStream);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.IO.Stream inputStream,  Boolean includeComments);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.Xml.XmlReader xmlReader);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.Xml.XmlReader xmlReader,  Boolean includeComments);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.Xml.XmlDocument document);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.Xml.XmlDocument document,  Boolean includeComments);
     Void System.Security.Cryptography.Xml.CanonicalXml( Class System.Xml.XmlNodeList nodeList,  Boolean includeComments);
     Boolean NodeInList( Class System.Xml.XmlNode node,  Class System.Xml.XmlNodeList nodeList);
     Void MarkNodeForCanonicalization( Class System.Xml.XmlNode node,  ValueClass System.Security.Cryptography.Xml.CanonicalizationState state);
     Void MarkNodesForCanonicalization();
     Class System.Text.StringBuilder CanonicalizeNode( Class System.Xml.XmlNode node);
     Void SBReplaceCharWithString( Class System.Text.StringBuilder sb,  Char oldChar,  String newString);
     Class System.Text.StringBuilder CanonicalizeDocumentNode( Class System.Xml.XmlNode node);
     Class System.Text.StringBuilder CanonicalizeOtherNode( Class System.Xml.XmlNode node);
     Class System.Text.StringBuilder CanonicalizeEntityReferenceNode( Class System.Security.Cryptography.Xml.CanonicalXmlEntityReference node);
     Class System.Text.StringBuilder CanonicalizeCDataSection( Class System.Security.Cryptography.Xml.CanonicalXmlCDataSection node);
     Class System.Text.StringBuilder CanonicalizeTextNode( Class System.Security.Cryptography.Xml.CanonicalXmlText node);
     Class System.Text.StringBuilder CanonicalizeProcessingInstructionNode( Class System.Security.Cryptography.Xml.CanonicalXmlProcessingInstruction node);
     Class System.Text.StringBuilder CanonicalizeCommentNode( Class System.Security.Cryptography.Xml.CanonicalXmlComment node,  Boolean _includeComments);
     Class System.Text.StringBuilder CanonicalizeWhitespaceNode( Class System.Security.Cryptography.Xml.CanonicalXmlWhitespace node);
     Class System.Text.StringBuilder CanonicalizeSignificantWhitespaceNode( Class System.Security.Cryptography.Xml.CanonicalXmlSignificantWhitespace node);
     Class System.Security.Cryptography.Xml.CanonicalXmlNodeList GetAttributesInScope( Class System.Xml.XmlElement elem);
     Boolean IsDuplicateAttribute( Class System.Xml.XmlAttribute attribute);
     Class System.Text.StringBuilder CanonicalizeNamespaceNode( Class System.Security.Cryptography.Xml.CanonicalXmlAttribute node);
     Class System.Text.StringBuilder CanonicalizeAttributeNode( Class System.Security.Cryptography.Xml.CanonicalXmlAttribute node);
     Class System.Text.StringBuilder CanonicalizeElementNode( Class System.Security.Cryptography.Xml.CanonicalXmlElement node);
     SZArray UI1 GetBytes();
     Class System.Xml.XmlDocument DiscardComments( Class System.Xml.XmlDocument document);
     Class System.Xml.XmlNodeList AllDescendantNodesExceptComments( Class System.Xml.XmlNode node);
     Class System.Xml.XmlNodeList AllDescendantNodes( Class System.Xml.XmlNode node,  Boolean includeComments);
     Void System.Security.Cryptography.Xml.CanonicalXml();


    }

class System.Security.Cryptography.Xml.CanonicalXmlNodeList : System.Xml.XmlNodeList
    {
     Class System.Collections.ArrayList m_nodeArray;

     Void System.Security.Cryptography.Xml.CanonicalXmlNodeList();
     Class System.Xml.XmlNode Item( I4 index);
     Class System.Collections.IEnumerator GetEnumerator();
     I4 get_Count();
     I4 Add( Object value);
     Void Clear();
     Boolean Contains( Object value);
     I4 IndexOf( Object value);
     Void Insert( I4 index,  Object value);
     Void Remove( Object value);
     Void RemoveAt( I4 index);
     Boolean get_IsFixedSize();
     Boolean get_IsReadOnly();
     Object System.Collections.IList.get_Item( I4 index);
     Void System.Collections.IList.set_Item( I4 index,  Object value);
     Void CopyTo( Class System.Array array,  I4 index);
     Object get_SyncRoot();
     Boolean get_IsSynchronized();

    property Count { get(){} set(){} };
    property IsFixedSize { get(){} set(){} };
    property IsReadOnly { get(){} set(){} };
    property SyncRoot { get(){} set(){} };
    property IsSynchronized { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.AttributeSortOrder : System.Object
    {

     Void System.Security.Cryptography.Xml.AttributeSortOrder();
     I4 Compare( Object a,  Object b);


    }

class System.Security.Cryptography.Xml.NamespaceSortOrder : System.Object
    {

     Void System.Security.Cryptography.Xml.NamespaceSortOrder();
     Boolean IsDefaultNamespaceNode( Class System.Xml.XmlNode node);
     I4 Compare( Object a,  Object b);


    }

class System.Security.Cryptography.Xml.CanonicalizationState : System.Enum
    {
     I4 value__;
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState DoNotCanonicalize;
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState ToBeCanonicalized;
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState AlreadyCanonicalized;



    }

class System.Security.Cryptography.Xml.CanonicalXmlDocument : System.Xml.XmlDocument
    {

     Class System.Xml.XmlElement CreateElement( String prefix,  String localName,  String namespaceURI);
     Class System.Xml.XmlAttribute CreateAttribute( String prefix,  String localName,  String namespaceURI);
     Class System.Xml.XmlAttribute CreateDefaultAttribute( String prefix,  String localName,  String namespaceURI);
     Class System.Xml.XmlText CreateTextNode( String prefix);
     Class System.Xml.XmlWhitespace CreateWhitespace( String prefix);
     Class System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace( String prefix);
     Class System.Xml.XmlProcessingInstruction CreateProcessingInstruction( String target,  String data);
     Class System.Xml.XmlComment CreateComment( String data);
     Class System.Xml.XmlEntityReference CreateEntityReference( String name);
     Class System.Xml.XmlCDataSection CreateCDataSection( String data);
     Void System.Security.Cryptography.Xml.CanonicalXmlDocument();


    }

class System.Security.Cryptography.Xml.CanonicalXmlElement : System.Xml.XmlElement
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlElement( String prefix,  String localName,  String namespaceURI,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlAttribute : System.Xml.XmlAttribute
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlAttribute( String prefix,  String localName,  String namespaceURI,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlText : System.Xml.XmlText
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlText( String value,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlWhitespace : System.Xml.XmlWhitespace
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlWhitespace( String prefix,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlSignificantWhitespace : System.Xml.XmlSignificantWhitespace
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlSignificantWhitespace( String prefix,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlComment : System.Xml.XmlComment
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlComment( String prefix,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlProcessingInstruction : System.Xml.XmlProcessingInstruction
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlProcessingInstruction( String prefix,  String namespaceURI,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlEntityReference : System.Xml.XmlEntityReference
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlEntityReference( String name,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.CanonicalXmlCDataSection : System.Xml.XmlCDataSection
    {
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState _state;

     Void System.Security.Cryptography.Xml.CanonicalXmlCDataSection( String name,  Class System.Xml.XmlDocument doc);
     ValueClass System.Security.Cryptography.Xml.CanonicalizationState get_C14NState();
     Void set_C14NState( ValueClass System.Security.Cryptography.Xml.CanonicalizationState value);

    property C14NState { get(){} set(){} };

    }

class System.Security.Cryptography.Xml.DataObject : System.Object
    {
     String m_strId;
     String m_strMimeType;
     String m_strEncoding;
     Class System.Security.Cryptography.Xml.CanonicalXmlNodeList m_elData;
     Class System.Xml.XmlElement m_cachedXml;

     Void System.Security.Cryptography.Xml.DataObject();
     Void System.Security.Cryptography.Xml.DataObject( String id,  String mimeType,  String encoding,  Class System.Xml.XmlElement data);
     String get_Id();
     Void set_Id( String value);
     String get_MimeType();
     Void set_MimeType( String value);
     String get_Encoding();
     Void set_Encoding( String value);
     Class System.Xml.XmlNodeList get_Data();
     Void set_Data( Class System.Xml.XmlNodeList value);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91原创在线视频| 欧美日韩一区二区在线观看视频| 欧美日韩精品欧美日韩精品| 亚洲品质自拍视频| 91丨九色丨蝌蚪丨老版| 最近中文字幕一区二区三区| 99久久夜色精品国产网站| 亚洲柠檬福利资源导航| 欧美色图12p| 美女一区二区在线观看| 国产欧美一区二区精品性| 欧美人xxxx| 日本中文字幕一区| 久久久久久日产精品| 成年人午夜久久久| 亚洲国产日韩一区二区| 欧美xxxx老人做受| 成人精品国产福利| 亚洲一区二区三区在线看| 日韩一区二区三区视频在线 | 丁香网亚洲国际| **欧美大码日韩| 91精品国产入口在线| 高清不卡一区二区| 亚洲高清在线精品| 久久综合九色综合97婷婷| 色屁屁一区二区| 性做久久久久久| 国产精品午夜在线观看| 欧美日韩一区二区不卡| 国产suv精品一区二区883| 亚洲午夜激情网页| 国产午夜精品在线观看| 在线亚洲一区二区| 日韩精品一区二区三区蜜臀| 久久99精品国产麻豆不卡| 欧美亚洲禁片免费| 亚洲天堂2014| 不卡的av电影在线观看| 久久蜜桃av一区二区天堂 | 日韩久久免费av| 国产精品久久久久久一区二区三区| 青青草97国产精品免费观看 | 欧美网站大全在线观看| 国产一区二三区好的| 亚洲欧美综合色| www成人在线观看| 欧美精品黑人性xxxx| 国产99久久久国产精品潘金| 天堂蜜桃一区二区三区| 日韩码欧中文字| 国产亚洲人成网站| 4438x亚洲最大成人网| av在线不卡网| 国产九色sp调教91| 奇米888四色在线精品| 亚洲综合清纯丝袜自拍| 中文字幕欧美激情| 精品国产乱码久久久久久免费| 欧美亚洲一区二区在线观看| thepron国产精品| 国产毛片精品视频| 免费观看91视频大全| 亚洲成人av一区| 亚洲免费高清视频在线| 国产欧美日韩在线视频| 精品欧美一区二区三区精品久久| 制服丝袜中文字幕一区| 欧美视频日韩视频在线观看| 色呦呦日韩精品| caoporen国产精品视频| 国产 日韩 欧美大片| 久久草av在线| 九九**精品视频免费播放| 日本美女一区二区三区| 日韩一区精品字幕| 亚洲综合男人的天堂| 亚洲国产视频一区二区| 亚洲一区二区三区自拍| 亚洲成人tv网| 美女国产一区二区三区| 久久国产精品99精品国产 | 欧美三电影在线| 91黄色激情网站| 欧美乱熟臀69xxxxxx| 制服丝袜激情欧洲亚洲| 欧美一区三区四区| 日韩视频在线你懂得| 欧美电影免费观看高清完整版在| 日韩一区二区三区视频在线| 欧美大片一区二区三区| 2020国产成人综合网| 国产日韩欧美精品电影三级在线| 日本一区二区不卡视频| 一区二区三区四区视频精品免费 | 国产伦精一区二区三区| 粉嫩aⅴ一区二区三区四区| 成人av在线播放网址| 日本精品一级二级| 69久久夜色精品国产69蝌蚪网| 91.成人天堂一区| 玉米视频成人免费看| 天堂蜜桃91精品| 激情五月激情综合网| 欧美一区二区私人影院日本| 欧美日本韩国一区| 日韩欧美三级在线| 国产亚洲欧美在线| 亚洲欧洲日产国码二区| 亚洲一区二区三区中文字幕在线| 奇米888四色在线精品| 成人在线综合网站| 亚洲免费高清视频在线| 欧美私人免费视频| 91原创在线视频| 成人一区二区在线观看| 激情六月婷婷综合| 日本午夜一区二区| 天使萌一区二区三区免费观看| 亚洲日本在线a| 亚洲欧洲成人精品av97| 中文字幕乱码亚洲精品一区| 欧美精品一区二区三| 日韩欧美另类在线| 日韩欧美的一区| 6080国产精品一区二区| 91精品国产综合久久香蕉麻豆| 欧美日韩国产成人在线91| 在线视频观看一区| 欧美日韩一区二区三区在线 | 欧美午夜精品久久久久久孕妇| 91视频观看免费| 一本色道**综合亚洲精品蜜桃冫| 国产精品一区二区久激情瑜伽| 久久不见久久见免费视频1 | 精品一区二区三区av| 蜜臀a∨国产成人精品| 久久精品99久久久| 激情综合一区二区三区| 狠狠狠色丁香婷婷综合久久五月| 狠狠色伊人亚洲综合成人| 国产在线精品免费| 成人性生交大片免费看中文网站| av激情亚洲男人天堂| 91国偷自产一区二区使用方法| 91精品91久久久中77777| 欧美精品黑人性xxxx| 欧美α欧美αv大片| 中文字幕乱码一区二区免费| 亚洲免费高清视频在线| 日韩一区欧美二区| 国产精品自拍三区| 99久久精品免费看国产| 在线亚洲免费视频| 欧美日韩国产美| 精品国产3级a| 中文字幕视频一区二区三区久| 亚洲一区二区三区在线看| 日本最新不卡在线| 国产成人高清在线| 在线精品国精品国产尤物884a| 欧美一区中文字幕| 中文字幕免费不卡在线| 午夜精品久久久| 国产高清不卡二三区| 在线视频一区二区三| 欧美成人女星排名| 一区二区三区91| 久久99久久精品| 99久久婷婷国产综合精品电影| 欧美日韩高清一区二区三区| 国产欧美日产一区| 亚洲风情在线资源站| 国产东北露脸精品视频| 欧美丝袜丝交足nylons图片| 久久久www成人免费毛片麻豆 | 久久久久久久性| 亚洲无人区一区| 国产成人h网站| 欧美肥大bbwbbw高潮| 国产精品久99| 国产一区二区三区视频在线播放| 97久久精品人人澡人人爽| 日韩美女视频一区二区在线观看| 国产精品剧情在线亚洲| 青青草成人在线观看| 91伊人久久大香线蕉| 2020国产精品久久精品美国| 亚洲一区二区精品久久av| 成人激情免费视频| 日韩一级免费观看| 亚洲国产视频直播| 99这里只有精品| 久久久91精品国产一区二区精品| 亚洲国产另类av| 色天天综合色天天久久| 欧美国产一区二区在线观看| 激情深爱一区二区| 日韩一区二区三区免费看 | 亚洲第一福利视频在线|