?? system.security.cs
字號:
Boolean get_CacheValid();
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Id { get(){} set(){} };
property MimeType { get(){} set(){} };
property Encoding { get(){} set(){} };
property Data { get(){} set(){} };
property CacheValid { get(){} set(){} };
}
class System.Security.Cryptography.Xml.KeyInfo : System.Object
{
String m_strId;
Class System.Collections.ArrayList m_KeyInfoClauses;
Void System.Security.Cryptography.Xml.KeyInfo();
String get_Id();
Void set_Id( String value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
I4 get_Count();
Void AddClause( Class System.Security.Cryptography.Xml.KeyInfoClause clause);
Class System.Collections.IEnumerator GetEnumerator();
Class System.Collections.IEnumerator GetEnumerator( Class System.Type requestedObjectType);
property Id { get(){} set(){} };
property Count { get(){} set(){} };
}
class System.Security.Cryptography.Xml.KeyInfoClause : System.Object
{
Void System.Security.Cryptography.Xml.KeyInfoClause();
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement element);
}
class System.Security.Cryptography.Xml.KeyInfoName : System.Security.Cryptography.Xml.KeyInfoClause
{
String m_strKeyName;
Void System.Security.Cryptography.Xml.KeyInfoName();
String get_Value();
Void set_Value( String value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Value { get(){} set(){} };
}
class System.Security.Cryptography.Xml.DSAKeyValue : System.Security.Cryptography.Xml.KeyInfoClause
{
Class System.Security.Cryptography.DSA m_key;
Void System.Security.Cryptography.Xml.DSAKeyValue();
Void System.Security.Cryptography.Xml.DSAKeyValue( Class System.Security.Cryptography.DSA key);
Class System.Security.Cryptography.DSA get_Key();
Void set_Key( Class System.Security.Cryptography.DSA value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Key { get(){} set(){} };
}
class System.Security.Cryptography.Xml.RSAKeyValue : System.Security.Cryptography.Xml.KeyInfoClause
{
Class System.Security.Cryptography.RSA m_key;
Void System.Security.Cryptography.Xml.RSAKeyValue();
Void System.Security.Cryptography.Xml.RSAKeyValue( Class System.Security.Cryptography.RSA key);
Class System.Security.Cryptography.RSA get_Key();
Void set_Key( Class System.Security.Cryptography.RSA value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Key { get(){} set(){} };
}
class System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : System.Security.Cryptography.Xml.KeyInfoClause
{
String m_strUri;
Void System.Security.Cryptography.Xml.KeyInfoRetrievalMethod();
Void System.Security.Cryptography.Xml.KeyInfoRetrievalMethod( String strUri);
String get_Uri();
Void set_Uri( String value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Uri { get(){} set(){} };
}
class System.Security.Cryptography.Xml.X509IssuerSerial : System.ValueType
{
String IssuerName;
String SerialNumber;
}
class System.Security.Cryptography.Xml.KeyInfoX509Data : System.Security.Cryptography.Xml.KeyInfoClause
{
Class System.Collections.ArrayList m_certificates;
Class System.Collections.ArrayList m_issuerSerials;
Class System.Collections.ArrayList m_subjectKeyIds;
Class System.Collections.ArrayList m_subjectNames;
SZArray UI1 m_CRL;
String ToXmlString( ValueClass System.Security.Cryptography.Xml.X509IssuerSerial issuerSerial);
Void System.Security.Cryptography.Xml.KeyInfoX509Data();
Void System.Security.Cryptography.Xml.KeyInfoX509Data( SZArray UI1 rgbCert);
Void System.Security.Cryptography.Xml.KeyInfoX509Data( Class System.Security.Cryptography.X509Certificates.X509Certificate cert);
Class System.Collections.ArrayList get_Certificates();
Void AddCertificate( Class System.Security.Cryptography.X509Certificates.X509Certificate certificate);
Class System.Collections.ArrayList get_SubjectKeyIds();
Void AddSubjectKeyId( SZArray UI1 subjectKeyId);
Class System.Collections.ArrayList get_SubjectNames();
Void AddSubjectName( String subjectName);
Class System.Collections.ArrayList get_IssuerSerials();
Void AddIssuerSerial( String issuerName, String serialNumber);
SZArray UI1 get_CRL();
Void set_CRL( SZArray UI1 value);
Void Clear();
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement element);
property Certificates { get(){} set(){} };
property SubjectKeyIds { get(){} set(){} };
property SubjectNames { get(){} set(){} };
property IssuerSerials { get(){} set(){} };
property CRL { get(){} set(){} };
}
class System.Security.Cryptography.Xml.KeyInfoNode : System.Security.Cryptography.Xml.KeyInfoClause
{
Class System.Xml.XmlElement m_node;
Void System.Security.Cryptography.Xml.KeyInfoNode();
Void System.Security.Cryptography.Xml.KeyInfoNode( Class System.Xml.XmlElement node);
Class System.Xml.XmlElement get_Value();
Void set_Value( Class System.Xml.XmlElement value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
property Value { get(){} set(){} };
}
class System.Security.Cryptography.Xml.ReferenceTargetType : System.Enum
{
I4 value__;
ValueClass System.Security.Cryptography.Xml.ReferenceTargetType Stream;
ValueClass System.Security.Cryptography.Xml.ReferenceTargetType XmlElement;
ValueClass System.Security.Cryptography.Xml.ReferenceTargetType UriReference;
}
class System.Security.Cryptography.Xml.Reference : System.Object
{
String m_strId;
String m_strUri;
String m_strType;
Class System.Security.Cryptography.Xml.TransformChain m_transformChain;
String m_strDigestMethod;
SZArray UI1 m_rgbDigestValue;
Class System.Security.Cryptography.HashAlgorithm m_hashAlgorithm;
Object m_refTarget;
ValueClass System.Security.Cryptography.Xml.ReferenceTargetType m_refTargetType;
Class System.Xml.XmlElement m_cachedXml;
Class System.Xml.XmlElement m_originalNode;
Class System.Security.Cryptography.Xml.CanonicalXmlNodeList m_namespaces;
Class System.Security.Cryptography.Xml.SignedXml m_signedXml;
Void System.Security.Cryptography.Xml.Reference();
Void System.Security.Cryptography.Xml.Reference( Class System.IO.Stream stream);
Void System.Security.Cryptography.Xml.Reference( String uri);
Void System.Security.Cryptography.Xml.Reference( Class System.Xml.XmlElement element);
String get_Id();
Void set_Id( String value);
String get_Uri();
Void set_Uri( String value);
String get_Type();
Void set_Type( String value);
String get_DigestMethod();
Void set_DigestMethod( String value);
SZArray UI1 get_DigestValue();
Void set_DigestValue( SZArray UI1 value);
Class System.Security.Cryptography.Xml.TransformChain get_TransformChain();
Boolean get_CacheValid();
Class System.Security.Cryptography.Xml.SignedXml get_SignedXml();
Void set_SignedXml( Class System.Security.Cryptography.Xml.SignedXml value);
Class System.Security.Cryptography.Xml.CanonicalXmlNodeList get_Namespaces();
Void set_Namespaces( Class System.Security.Cryptography.Xml.CanonicalXmlNodeList value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
Void AddTransform( Class System.Security.Cryptography.Xml.Transform transform);
Void UpdateHashValue( Class System.Xml.XmlDocument document, Class System.Security.Cryptography.Xml.CanonicalXmlNodeList refList);
SZArray UI1 CalculateHashValue( Class System.Xml.XmlDocument document, Class System.Security.Cryptography.Xml.CanonicalXmlNodeList refList);
property Id { get(){} set(){} };
property Uri { get(){} set(){} };
property Type { get(){} set(){} };
property DigestMethod { get(){} set(){} };
property DigestValue { get(){} set(){} };
property TransformChain { get(){} set(){} };
property CacheValid { get(){} set(){} };
property SignedXml { get(){} set(){} };
property Namespaces { get(){} set(){} };
}
class System.Security.Cryptography.Xml.Signature : System.Object
{
String m_strId;
Class System.Security.Cryptography.Xml.SignedInfo m_signedInfo;
SZArray UI1 m_rgbSignatureValue;
Class System.Security.Cryptography.Xml.KeyInfo m_keyInfo;
Class System.Collections.IList m_embeddedObjects;
Class System.Security.Cryptography.Xml.CanonicalXmlNodeList m_referencedItems;
Void System.Security.Cryptography.Xml.Signature();
String get_Id();
Void set_Id( String value);
Class System.Security.Cryptography.Xml.SignedInfo get_SignedInfo();
Void set_SignedInfo( Class System.Security.Cryptography.Xml.SignedInfo value);
SZArray UI1 get_SignatureValue();
Void set_SignatureValue( SZArray UI1 value);
Class System.Security.Cryptography.Xml.KeyInfo get_KeyInfo();
Void set_KeyInfo( Class System.Security.Cryptography.Xml.KeyInfo value);
Class System.Collections.IList get_ObjectList();
Void set_ObjectList( Class System.Collections.IList value);
Class System.Security.Cryptography.Xml.CanonicalXmlNodeList get_ReferencedItems();
Void set_ReferencedItems( Class System.Security.Cryptography.Xml.CanonicalXmlNodeList value);
Class System.Xml.XmlElement GetXml();
Void LoadXml( Class System.Xml.XmlElement value);
Void AddObject( Class System.Security.Cryptography.Xml.DataObject dataObject);
property Id { get(){} set(){} };
property SignedInfo { get(){} set(){} };
property SignatureValue { get(){} set(){} };
property KeyInfo { get(){} set(){} };
property ObjectList { get(){} set(){} };
property ReferencedItems { get(){} set(){} };
}
class System.Security.Cryptography.Xml.SignedInfo : System.Object
{
String m_strId;
String m_strCanonicalizationMethod;
String m_strSignatureMethod;
String m_strSignatureLength;
Class System.Collections.ArrayList m_references;
Class System.Xml.XmlElement m_cachedXml;
Void System.Security.Cryptography.Xml.SignedInfo();
Class System.Collections.IEnumerator GetEnumerator();
Void CopyTo( Class System.Array array, I4 index);
I4 get_Count();
Boolean get_IsReadOnly();
Boolean get_IsSynchronized();
Object get_SyncRoot();
String get_Id();
Void set_Id( String value);
String get_CanonicalizationMethod();
Void set_CanonicalizationMethod( String value);
String get_SignatureMethod();
Void set_SignatureMethod( String value);
String get_SignatureLength();
Void set_SignatureLength( String value);
Class System.Collections.ArrayList get_References();
Boolean get_CacheValid();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -