DSAParameters 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 DSA 算法的典型参数。
public value class DSAParameters
	public struct DSAParameters
	[System.Serializable]
public struct DSAParameters
	[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct DSAParameters
	type DSAParameters = struct
	[<System.Serializable>]
type DSAParameters = struct
	[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type DSAParameters = struct
	Public Structure DSAParameters
		- 继承
 
- 属性
 
注解
字段
| Counter | 
		 指定 DSA 算法的计数器。  | 
        	
| G | 
		 指定 DSA 算法的   | 
        	
| J | 
		 指定 DSA 算法的   | 
        	
| P | 
		 指定 DSA 算法的   | 
        	
| Q | 
		 指定 DSA 算法的   | 
        	
| Seed | 
		 指定 DSA 算法的种子。  | 
        	
| X | 
		 指定 DSA 算法的   | 
        	
| Y | 
		 指定 DSA 算法的   |