SignedInfo.References 属性
定义
获取当前 Reference 对象的 SignedInfo 对象列表。Gets a list of the Reference objects of the current SignedInfo object.
public:
property System::Collections::ArrayList ^ References { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList References { get; }
member this.References : System.Collections.ArrayList
Public ReadOnly Property References As ArrayList
属性值
当前 Reference 对象的 SignedInfo 元素列表。A list of the Reference elements of the current SignedInfo object.
注解
References属性使用 Reference 对象列表来表示 <Reference> XML 数字签名的元素。The References property uses a list of Reference objects to represent the <Reference> elements of an XML digital signature.
使用 References 属性可描述 XML 数字签名的转换、摘要算法和摘要值。Use the References property to describe the transforms, digest algorithms, and digest values of an XML digital signature.
有关 XML 数字签名的详细信息,请参阅 万维网联合会 (W3C) 规范。For more information about XML digital signatures, see the World Wide Web Consortium (W3C) specification.