Sdílet prostřednictvím


SignedInfo.References Vlastnost

Definice

Získá seznam Reference objektů aktuálního SignedInfo objektu.

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

Hodnota vlastnosti

ArrayList

Seznam Reference prvků aktuálního SignedInfo objektu.

Poznámky

Vlastnost References používá seznam Reference objektů k reprezentaci <Reference> prvků digitálního podpisu XML.

References Pomocí vlastnosti můžete popsat transformace, algoritmy digest a hodnoty digest digitálního podpisu XML.

Další informace o digitálních podpisech XML najdete ve specifikaci W3C (World Wide Web Consortium).

Platí pro