Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CryptographicUnexpectedOperationException.xml « System.Security.Cryptography « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb7606e72d1ed8f0488fd776b6801abe850bf4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Security.Cryptography.CryptographicUnexpectedOperationException" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="CryptographicUnexpectedOperationException">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <constructor name="CryptographicUnexpectedOperationException(System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="message">TODO</param>
        </constructor>
        <constructor name="CryptographicUnexpectedOperationException(System.String, System.Exception)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="message">TODO</param>
            <param name="inner">TODO</param>
        </constructor>
        <constructor name="CryptographicUnexpectedOperationException(System.String, System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="format">TODO</param>
            <param name="insert">TODO</param>
        </constructor>
    </class>
</monodoc>