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

RNGCryptoServiceProvider.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: 7443ba71c7feb144027070a6d5dd2e9dc4aec93f (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
30
31
32
33
34
35
36
37
38
39
<?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.RNGCryptoServiceProvider" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="RNGCryptoServiceProvider">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <constructor name="RNGCryptoServiceProvider(System.Byte[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="rgb">TODO</param>
        </constructor>
        <constructor name="RNGCryptoServiceProvider(System.Security.Cryptography.CspParameters)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="cspParams">TODO</param>
        </constructor>
        <constructor name="RNGCryptoServiceProvider(System.String)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="str">TODO</param>
        </constructor>
        <method name="GetNonZeroBytes(System.Byte[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="data">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="GetBytes(System.Byte[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="data">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>