亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
日韩免费福利电影在线观看| 激情文学综合丁香| aa级大片欧美| 一色屋精品亚洲香蕉网站| 成人av在线观| 亚洲另类在线视频| 欧美美女视频在线观看| 日韩国产成人精品| 久久综合久久综合九色| av电影在线观看一区| 亚洲精品日韩一| 91精品国产综合久久久久久| 老司机免费视频一区二区三区| 久久嫩草精品久久久久| 国产 欧美在线| 亚洲一区二区三区中文字幕 | 国产午夜精品久久| 成人综合在线观看| 亚洲一区视频在线| 精品久久久久久久久久久院品网| 国产91精品一区二区麻豆网站| 日韩毛片高清在线播放| 欧美三级三级三级爽爽爽| 久久不见久久见免费视频1| 国产精品久久久久久亚洲伦| 欧美男女性生活在线直播观看| 国产专区综合网| 一区二区在线观看视频| 日韩欧美你懂的| 91女厕偷拍女厕偷拍高清| 日韩国产精品久久久| 国产精品色婷婷久久58| 欧美日本韩国一区二区三区视频| 国产剧情一区二区| 亚洲国产毛片aaaaa无费看| 精品99一区二区三区| 日本丰满少妇一区二区三区| 韩国v欧美v日本v亚洲v| 一区二区三区国产精华| 久久免费看少妇高潮| 欧美日韩视频在线一区二区| 国产不卡免费视频| 日本麻豆一区二区三区视频| 亚洲天堂免费在线观看视频| 精品日韩欧美在线| 色哟哟精品一区| 成人中文字幕电影| 久久精品噜噜噜成人av农村| 亚洲免费观看高清完整版在线观看| 26uuu精品一区二区| 欧美性感一类影片在线播放| 波多野结衣中文字幕一区二区三区 | 亚洲天堂精品视频| 欧美第一区第二区| 欧美日韩国产成人在线91| 97久久超碰精品国产| 国产精品羞羞答答xxdd| 日韩av高清在线观看| 亚洲一级电影视频| 亚洲欧洲av在线| 欧美国产一区视频在线观看| 精品国产乱码91久久久久久网站| 欧美日韩国产一级片| 91免费观看在线| 成人网页在线观看| 粉嫩一区二区三区在线看| 久久精品国产秦先生| 日本不卡不码高清免费观看| 午夜日韩在线观看| 亚洲女性喷水在线观看一区| 国产精品灌醉下药二区| 国产精品久久久久婷婷二区次| 久久久久久亚洲综合影院红桃 | 国产精品一区二区在线观看网站| 欧美96一区二区免费视频| 首页欧美精品中文字幕| 香蕉成人伊视频在线观看| 亚洲一区二区三区精品在线| 尤物在线观看一区| 一区二区三区在线视频观看58| 亚洲女人小视频在线观看| 亚洲人成网站在线| 亚洲另类中文字| 亚洲午夜私人影院| 亚洲成人激情综合网| 青青国产91久久久久久| 日韩电影一二三区| 久久99精品网久久| 国产美女精品在线| 成人一区二区三区| 99这里都是精品| 91看片淫黄大片一级| 欧美色综合影院| 日韩亚洲欧美一区二区三区| 欧美一区二区三区不卡| 欧美一级二级三级乱码| 久久蜜臀精品av| 国产精品久久久久久久午夜片| 亚洲欧美日韩久久| 亚洲成人免费视| 捆绑紧缚一区二区三区视频| 国产一区二区在线免费观看| 成人免费精品视频| 欧洲中文字幕精品| 欧美一区二区黄| 久久久久亚洲综合| 亚洲欧美日本在线| 日韩专区中文字幕一区二区| 理论电影国产精品| 成a人片国产精品| 884aa四虎影成人精品一区| 久久亚洲精品小早川怜子| 亚洲少妇中出一区| 婷婷夜色潮精品综合在线| 韩国三级电影一区二区| 91在线porny国产在线看| 欧美久久高跟鞋激| 亚洲国产成人自拍| 亚洲va天堂va国产va久| 国产福利精品导航| 欧美日韩精品福利| 久久久久久久久久美女| 亚洲乱码一区二区三区在线观看| 日产欧产美韩系列久久99| 国产另类ts人妖一区二区| 色噜噜狠狠成人网p站| 欧美成人vr18sexvr| 亚洲另类中文字| 国产精品白丝av| 欧美亚洲高清一区| 日本一区二区久久| 日韩电影网1区2区| 色狠狠av一区二区三区| 久久亚洲精精品中文字幕早川悠里| 亚洲另类一区二区| 成人理论电影网| 日韩一区二区精品在线观看| 亚洲欧美另类小说| 国产麻豆成人传媒免费观看| 欧美日韩一区二区不卡| 国产精品久久影院| 国产一区中文字幕| 日韩一区二区三区四区五区六区| 亚洲视频香蕉人妖| 国产91色综合久久免费分享| 日韩美女在线视频| 亚洲成av人影院在线观看网| 99re热视频精品| 国产日韩视频一区二区三区| 麻豆中文一区二区| 欧美日韩国产精品自在自线| 综合久久久久久久| 国产很黄免费观看久久| 日韩一区和二区| 午夜视频一区二区| 欧美亚洲国产一区二区三区va| 国产精品不卡在线| 国产不卡视频一区| 国产亚洲欧美激情| 激情综合色播激情啊| 欧美一区二区日韩| 日韩av中文在线观看| 欧美日韩中文字幕精品| 亚洲精品国产a| 色婷婷av一区二区三区大白胸| 亚洲欧洲一区二区在线播放| 成人免费看视频| 国产精品色呦呦| www.欧美精品一二区| 日本一区二区三级电影在线观看| 国产麻豆91精品| 国产精品天美传媒| 成人深夜在线观看| 国产精品色一区二区三区| 粉嫩高潮美女一区二区三区| 中文子幕无线码一区tr| 成人精品gif动图一区| 中文字幕精品在线不卡| caoporn国产精品| 亚洲色图欧洲色图婷婷| 色婷婷av一区| 午夜精品一区在线观看| 欧美一区二区精品| 国产在线乱码一区二区三区| 国产欧美一区二区三区鸳鸯浴| 国产二区国产一区在线观看| 中文字幕av一区二区三区免费看| 成人av先锋影音| 伊人婷婷欧美激情| 91麻豆精品国产91久久久久 | 国产一区二区在线视频| 国产精品网站在线观看| 一本大道久久a久久综合| 亚洲一区二区高清| 日韩精品中文字幕一区二区三区| 国内精品不卡在线| 亚洲欧洲性图库| 欧美久久一二区| 国内外成人在线视频| 亚洲欧美在线aaa|